1
0
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:
Ted John
2016-04-24 01:40:55 +01:00
parent 19662a091c
commit a97533228c
4 changed files with 5 additions and 4 deletions

View File

@@ -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