diff options
| -rw-r--r-- | src/crepe/system/AnimatorSystem.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/crepe/system/AnimatorSystem.cpp b/src/crepe/system/AnimatorSystem.cpp index ac1fae2..143d5d6 100644 --- a/src/crepe/system/AnimatorSystem.cpp +++ b/src/crepe/system/AnimatorSystem.cpp @@ -40,6 +40,5 @@ 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;  	}  } |