1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

do not shift viewport pixels on OpenGL

This commit is contained in:
Ted John
2016-06-05 16:41:35 +01:00
parent a8fed0c4b8
commit 932dec75d0
6 changed files with 43 additions and 5 deletions

View File

@@ -327,6 +327,11 @@ public:
return _drawingContext;
}
DRAWING_ENGINE_FLAGS GetFlags() override
{
return DEF_DIRTY_OPTIMISATIONS;
}
rct_drawpixelinfo * GetDPI()
{
return &_bitsDPI;