diff options
author | Max-001 <maxsmits21@kpnmail.nl> | 2025-01-06 12:37:51 +0100 |
---|---|---|
committer | Max-001 <maxsmits21@kpnmail.nl> | 2025-01-06 12:37:51 +0100 |
commit | 58542c5f986a8c96cf4313eb27c88154729fb032 (patch) | |
tree | e33004cf3aac03c75f88940dc655b6d639228859 /src/crepe/system/AnimatorSystem.cpp | |
parent | db644d1cb7543faff63379ff5f1e69ea0a703f93 (diff) |
Make format
Diffstat (limited to 'src/crepe/system/AnimatorSystem.cpp')
-rw-r--r-- | src/crepe/system/AnimatorSystem.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/system/AnimatorSystem.cpp b/src/crepe/system/AnimatorSystem.cpp index 759d14c..ac1fae2 100644 --- a/src/crepe/system/AnimatorSystem.cpp +++ b/src/crepe/system/AnimatorSystem.cpp @@ -38,10 +38,8 @@ void AnimatorSystem::frame_update() { } } - ctx.row = ctx.cycle_start + a.frame; a.spritesheet.mask.x = ctx.row * a.spritesheet.mask.w; //a.spritesheet.mask.y = ctx.col * a.spritesheet.mask.y; - } } |