aboutsummaryrefslogtreecommitdiff
path: root/src/example/rendering_particle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/rendering_particle.cpp')
-rw-r--r--src/example/rendering_particle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/rendering_particle.cpp b/src/example/rendering_particle.cpp
index 0082b91..c28d6a0 100644
--- a/src/example/rendering_particle.cpp
+++ b/src/example/rendering_particle.cpp
@@ -46,7 +46,7 @@ public:
game_object.add_component<Animator>(
test_sprite, ivec2 {56, 56}, uvec2 {4, 4},
Animator::Data {
- .looping = true,
+ .looping = false,
}
);