mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 15:17:02 -04:00
Make isInputReady non-volatile
The original issue causing it is gone now
This commit is contained in:
parent
57461d30e6
commit
b2bfd46421
@ -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…
x
Reference in New Issue
Block a user