diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-14 19:59:32 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-14 19:59:32 +0100 |
commit | 22476a51e00089f8c7b810937250ff4d7a14329e (patch) | |
tree | 8840f9f2adb746f05db0bd9ceb4a8464161219b6 /src/example | |
parent | 76d3108c44d6920c8f6f245c80c10a15267f1d3b (diff) |
updated test and game.cpp
Diffstat (limited to 'src/example')
-rw-r--r-- | src/example/game.cpp | 2 |
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, |