1
0
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:
ζeh Matt
2021-06-04 04:10:09 +03:00
committed by GitHub
parent 8f59fe91cb
commit 8fc7e06116
5 changed files with 7 additions and 13 deletions

View File

@@ -282,7 +282,7 @@ public:
if (!cur_drawn)
{
cursorX = gLastDrawStringX;
cursorX = dpi.lastStringPos.x;
cursorY = screenCoords.y - 10;
}