mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 18:25:16 +01:00
remove usages of gScreenDPI and gWindowDPI
This commit is contained in:
@@ -304,9 +304,9 @@ public:
|
||||
gfx_draw_pickedup_peep(&_bitsDPI);
|
||||
gfx_invalidate_pickedup_peep();
|
||||
|
||||
DrawRain(&_rainDrawer);
|
||||
DrawRain(&_bitsDPI, &_rainDrawer);
|
||||
|
||||
rct2_draw();
|
||||
rct2_draw(&_bitsDPI);
|
||||
Display();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user