mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 00:29:50 -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;
|
||||
|
||||
/** The Drawable instance that tracks the current Display context */
|
||||
private static DrawableLWJGL drawable;
|
||||
private static volatile DrawableLWJGL drawable;
|
||||
|
||||
private static Canvas parent;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user