J :
* 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:
@@ -85,6 +85,10 @@ class JGE
|
||||
#if defined (WIN32) || defined (LINUX)
|
||||
float mDeltaTime;
|
||||
JMusic *mCurrentMusic;
|
||||
#else
|
||||
public:
|
||||
void Run();
|
||||
private:
|
||||
#endif
|
||||
|
||||
bool mDone;
|
||||
|
||||
Reference in New Issue
Block a user