Skip to content

Commit

Permalink
FIx the cursor flicker
Browse files Browse the repository at this point in the history
  • Loading branch information
realSquidCoder committed Feb 12, 2025
1 parent 17c6be1 commit 45fb733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ void DrawCurrentLevelOutline(bool backPart)

namespace
{
void drawCursorAt(WorldSegment* segment, Crd3D& cursor, const ALLEGRO_COLOR& color)
void drawCursorAt(WorldSegment* segment, Crd3D cursor, const ALLEGRO_COLOR& color)
{
auto& ssConfig = stonesenseState.ssConfig;
segment->CorrectTileForSegmentOffset(cursor.x, cursor.y, cursor.z);
Expand Down

0 comments on commit 45fb733

Please sign in to comment.