mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Finish Removing snake_case from Drawing Methods
This commit is contained in:
@@ -162,7 +162,7 @@ public:
|
||||
g1temp.height = 217;
|
||||
g1temp.flags = G1_FLAG_HAS_TRANSPARENCY;
|
||||
GfxSetG1Element(SPR_TEMP, &g1temp);
|
||||
drawing_engine_invalidate_image(SPR_TEMP);
|
||||
DrawingEngineInvalidateImage(SPR_TEMP);
|
||||
GfxDrawSprite(&dpi, ImageId(SPR_TEMP), screenPos);
|
||||
|
||||
screenPos = windowPos + ScreenCoordsXY{ widget->midX(), widget->bottom - 12 };
|
||||
|
||||
Reference in New Issue
Block a user