Skip to content

Commit

Permalink
even more CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Feb 19, 2025
1 parent 44ae446 commit 63e3926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flixel/system/debug/interaction/tools/Transform.hx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Transform extends Tool
brain.registerCustomCursor(CURSOR_SCALE_Y, Icon.scaleY, -5, -5);
brain.registerCustomCursor(CURSOR_SCALE_XY, Icon.scaleXY, -5, -5);

_tooltip = new TransformTooltip();
_tooltip = new TransformTooltip());

for (i in 0...4)
_markers.push(new FlxPoint());
Expand Down Expand Up @@ -310,7 +310,7 @@ class Transform extends Tool
{
final x = marker.x;
final y = marker.y;
Marker.draw(x, y, marker.type == ROTATE, gfx);
// Marker.draw(x, y, marker.type == ROTATE, gfx);
}
}

Expand Down

0 comments on commit 63e3926

Please sign in to comment.