mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 09:07:48 -04:00
[LWJGL2] Volatile the Drawable object
This commit is contained in:
parent
957415bc68
commit
9c5b5b9a1e
@ -61,7 +61,7 @@ public class Display {
|
|||||||
private static boolean window_created;
|
private static boolean window_created;
|
||||||
|
|
||||||
/** The Drawable instance that tracks the current Display context */
|
/** The Drawable instance that tracks the current Display context */
|
||||||
private static DrawableLWJGL drawable;
|
private static volatile DrawableLWJGL drawable;
|
||||||
|
|
||||||
private static Canvas parent;
|
private static Canvas parent;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user