diff options
| -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; -  	}  } |