mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-08-01 14:19:12 -06:00
Make isInputReady non-volatile
The original issue causing it is gone now
This commit is contained in:
parent
57461d30e6
commit
b2bfd46421
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@ static JNIEnv* dalvikJNIEnvPtr_ANDROID;
|
|||
|
||||
static long showingWindow;
|
||||
|
||||
static volatile bool isInputReady;
|
||||
static bool isCursorEntered, isPrepareGrabPos, isUseStackQueueCall;
|
||||
static bool isInputReady, isCursorEntered, isPrepareGrabPos, isUseStackQueueCall;
|
||||
|
||||
static int savedWidth, savedHeight;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue