* Some cosmetic cleanup.
* Have the unix version report analog control the same way the
  windows version does.
* Move back Run() into JGE::Run(). The code for ::Run() is still
  inside main.cpp.
  - This fixes the "blinking screen problem", issue 341. I think.
  - I have no idea WHY it does, but it's better than not fixing it.
  - Run() would be better in ::Run() in main.cpp than in JGE, should
    be moved back when we know more about the problem.
This commit is contained in:
jean.chalard
2010-02-24 18:28:36 +00:00
parent 39c5a3d465
commit 79d142f968
3 changed files with 89 additions and 75 deletions
+4
View File
@@ -85,6 +85,10 @@ class JGE
#if defined (WIN32) || defined (LINUX)
float mDeltaTime;
JMusic *mCurrentMusic;
#else
public:
void Run();
private:
#endif
bool mDone;