From e4a6602a9ac9c7d43a882770f19323b6d5616a4b Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Sat, 18 Aug 2012 23:46:37 +0000 Subject: 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. --- source/gameengine/GamePlayer/ghost/GPG_Application.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/gameengine/GamePlayer/ghost/GPG_Application.h') diff --git a/source/gameengine/GamePlayer/ghost/GPG_Application.h b/source/gameengine/GamePlayer/ghost/GPG_Application.h index 51dac5cb3f3..e04fcc2a555 100644 --- a/source/gameengine/GamePlayer/ghost/GPG_Application.h +++ b/source/gameengine/GamePlayer/ghost/GPG_Application.h @@ -77,6 +77,7 @@ public: GlobalSettings* getGlobalSettings(void); bool StartGameEngine(int stereoMode); void StopGameEngine(); + void EngineNextFrame(); protected: bool handleWheel(GHOST_IEvent* event); -- cgit v1.2.3