Fix for [#32361] "Blenderplayer quad-buffer maximum 100Hz Fps" reported by HG1.

Allowing the Blenderplayer to break 100fps by making it less dependent on Ghost's messages.
This commit is contained in:
Mitchell Stokes
2012-08-18 23:46:37 +00:00
parent 4120c18c47
commit e4a6602a9a
3 changed files with 52 additions and 24 deletions

View File

@@ -970,6 +970,8 @@ int main(int argc, char** argv)
{
system->processEvents(false);
system->dispatchEvents();
app.EngineNextFrame();
if ((exitcode = app.getExitRequested()))
{
run = false;