1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

fix scrolling text

This commit is contained in:
Ted John
2016-06-05 19:03:48 +01:00
parent 5ca2b12f94
commit 18f3aa12a1
6 changed files with 38 additions and 2 deletions

View File

@@ -376,6 +376,11 @@ public:
return DEF_DIRTY_OPTIMISATIONS;
}
void InvalidateImage(uint32 image) override
{
// Not applicable for this engine
}
rct_drawpixelinfo * GetDPI()
{
return &_bitsDPI;