Skip to content

Commit

Permalink
Update SpriteHandler_examples.h
Browse files Browse the repository at this point in the history
  • Loading branch information
razterizer authored Oct 30, 2024
1 parent a5b2247 commit 0e63167
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 @@ -280,7 +280,7 @@ namespace sprite_handler
if (use_dynamics_system)
{
dyn_sys.update(0.02f, anim_frame);
coll_handler.update_detection();
coll_handler.update();
}

return_cursor();
Expand Down

0 comments on commit 0e63167

Please sign in to comment.