aboutsummaryrefslogtreecommitdiff
path: root/src/example
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-12-14 19:59:32 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-12-14 19:59:32 +0100
commit22476a51e00089f8c7b810937250ff4d7a14329e (patch)
tree8840f9f2adb746f05db0bd9ceb4a8464161219b6 /src/example
parent76d3108c44d6920c8f6f245c80c10a15267f1d3b (diff)
updated test and game.cpp
Diffstat (limited to 'src/example')
-rw-r--r--src/example/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/game.cpp b/src/example/game.cpp
index 7c9a227..ed6afac 100644
--- a/src/example/game.cpp
+++ b/src/example/game.cpp
@@ -269,7 +269,7 @@ public:
});
auto & test
= particle.add_component<ParticleEmitter>(particle_image, ParticleEmitter::Data{
- .position = {0, 0},
+ .offset = {0, 0},
.max_particles = 256,
.emission_rate = 50,
.min_speed = 10,