diff options
| author | Max-001 <maxsmits21@kpnmail.nl> | 2025-01-06 12:38:54 +0100 | 
|---|---|---|
| committer | Max-001 <maxsmits21@kpnmail.nl> | 2025-01-06 12:38:54 +0100 | 
| commit | eef88cd5804e88b504d940d8256ec17798da9648 (patch) | |
| tree | c36e60a4f0b8a6aaf7c070f691f2e4e5226628f3 | |
| parent | 58542c5f986a8c96cf4313eb27c88154729fb032 (diff) | |
Deleted comment
| -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;  	}  } |