mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix #14017: Text input window errors
This commit is contained in:
@@ -193,7 +193,7 @@ public:
|
||||
|
||||
void OnDraw(rct_drawpixelinfo& dpi) override
|
||||
{
|
||||
Window::OnDraw(dpi);
|
||||
DrawWidgets(dpi);
|
||||
|
||||
ScreenCoordsXY screenCoords;
|
||||
screenCoords.y = windowPos.y + 25;
|
||||
|
||||
Reference in New Issue
Block a user