diff --git a/src/openrct2-ui/drawing/engines/opengl/OpenGLDrawingEngine.cpp b/src/openrct2-ui/drawing/engines/opengl/OpenGLDrawingEngine.cpp index 0790350e51..3d05572620 100644 --- a/src/openrct2-ui/drawing/engines/opengl/OpenGLDrawingEngine.cpp +++ b/src/openrct2-ui/drawing/engines/opengl/OpenGLDrawingEngine.cpp @@ -255,8 +255,11 @@ public: ConfigureBits(width, height, width); ConfigureCanvas(); ConfigureDirtyGrid(); + _drawingContext->Resize(width, height); + _drawingContext->StartNewDraw(); _drawingContext->Clear(_bitsDPI, PaletteIndex::pi10); + _drawingContext->FlushCommandBuffers(); } void ConfigureDirtyGrid()