mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 03:35:09 +01:00
Fix missing override keyword for SetUncappedFrameRate functions
This commit is contained in:
@@ -327,7 +327,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void SetUncappedFrameRate(bool uncapped)
|
||||
void SetUncappedFrameRate(bool uncapped) override
|
||||
{
|
||||
// Not applicable for this engine
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user