Skip to content

Commit

Permalink
SpriteHandler_examples.h:
Browse files Browse the repository at this point in the history
* Fixing bug in example1.
  • Loading branch information
razterizer committed Oct 30, 2024
1 parent a92110b commit 6eca4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/SpriteHandler_examples.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6eca4ce

Please sign in to comment.