mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
fix scrolling text
This commit is contained in:
@@ -376,6 +376,11 @@ public:
|
||||
return DEF_DIRTY_OPTIMISATIONS;
|
||||
}
|
||||
|
||||
void InvalidateImage(uint32 image) override
|
||||
{
|
||||
// Not applicable for this engine
|
||||
}
|
||||
|
||||
rct_drawpixelinfo * GetDPI()
|
||||
{
|
||||
return &_bitsDPI;
|
||||
|
||||
Reference in New Issue
Block a user