Update wrong method name

This commit is contained in:
Michał Janiszewski 2017-09-07 13:26:59 +02:00
parent 1eb3d07b3d
commit a8ba58ab9a
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ namespace OpenRCT2
_variableFrame = ShouldRunVariableFrame();
do
{
RunGameTick(this);
RunFrame(this);
}
while (!_finished);
#else