Skip to content

Commit

Permalink
dayum
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Nov 27, 2024
1 parent bf69d35 commit e568204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/ui/debug/anim/DebugBoundingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ class DebugBoundingState extends FlxState
// clears the canvas
onionSkinChar.pixels.fillRect(new Rectangle(0, 0, FlxG.width * 2, FlxG.height * 2), 0x00000000);

onionSkinChar.stamp(swagChar, swagChar.x, swagChar.y);
onionSkinChar.stamp(swagChar, Std.int(swagChar.x), Std.int(swagChar.y));
onionSkinChar.alpha = 0.6;
}

Expand Down

0 comments on commit e568204

Please sign in to comment.