mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Pass DrawPixelInfo by reference (#21563)
This commit is contained in:
@@ -987,7 +987,7 @@ static void ViewportPaintColumn(PaintSession& session)
|
||||
{
|
||||
colour = COLOUR_BLACK;
|
||||
}
|
||||
GfxClear(&session.DPI, colour);
|
||||
GfxClear(session.DPI, colour);
|
||||
}
|
||||
|
||||
PaintDrawStructs(session);
|
||||
|
||||
Reference in New Issue
Block a user