mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 02:35:46 +01:00
Move gLastStringPos into rct_drawpixelinfo (#14811)
This commit is contained in:
@@ -282,7 +282,7 @@ public:
|
||||
|
||||
if (!cur_drawn)
|
||||
{
|
||||
cursorX = gLastDrawStringX;
|
||||
cursorX = dpi.lastStringPos.x;
|
||||
cursorY = screenCoords.y - 10;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user