mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
integrate window DPI variable
This commit is contained in:
@@ -1526,7 +1526,7 @@ void window_draw(rct_window *w, int left, int top, int right, int bottom)
|
||||
if (w != v && !(v->flags & WF_TRANSPARENT))
|
||||
continue;
|
||||
|
||||
copy = *RCT2_ADDRESS(RCT2_ADDRESS_WINDOW_DPI, rct_drawpixelinfo);
|
||||
copy = gWindowDPI;
|
||||
dpi = ©
|
||||
|
||||
// Clamp left to 0
|
||||
|
||||
Reference in New Issue
Block a user