From 6eca4ce35f23f793057d2a61a932bcd2ef23e7fd Mon Sep 17 00:00:00 2001 From: Rasmus Anthin Date: Wed, 30 Oct 2024 16:18:44 +0100 Subject: [PATCH] SpriteHandler_examples.h: * Fixing bug in example1. --- Examples/SpriteHandler_examples.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/SpriteHandler_examples.h b/Examples/SpriteHandler_examples.h index 6d6cfae..e6267d2 100644 --- a/Examples/SpriteHandler_examples.h +++ b/Examples/SpriteHandler_examples.h @@ -184,7 +184,7 @@ namespace sprite_handler { for (int j = -5; j < sh.num_cols(); ++j) { - if (use_dynamics_system) + if (!use_dynamics_system) { sprite0->pos.r = i; sprite0->pos.c = i%2==0 ? j : 35-j;