mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Using dpi refs in most remaining window defs
This commit is contained in:
committed by
duncanspumpkin
parent
9c2d5b9fef
commit
96d77ed8f7
@@ -487,7 +487,7 @@ public:
|
||||
|
||||
void OnDraw(DrawPixelInfo& dpi) override
|
||||
{
|
||||
WindowDrawWidgets(*this, &dpi);
|
||||
WindowDrawWidgets(*this, dpi);
|
||||
|
||||
// Draw explanatory message
|
||||
auto ft = Formatter();
|
||||
|
||||
Reference in New Issue
Block a user