Disable render ui bounds flag
This commit is contained in:
parent
99b7ffbe39
commit
a1c05274bf
@ -337,7 +337,7 @@ public class Globals {
|
||||
public static boolean RENDER_FLAG_RENDER_BLACK_BACKGROUND = true;
|
||||
public static boolean RENDER_FLAG_RENDER_WHITE_BACKGROUND = false;
|
||||
public static boolean RENDER_FLAG_RENDER_UI = true;
|
||||
public static boolean RENDER_FLAG_RENDER_UI_BOUNDS = true;
|
||||
public static boolean RENDER_FLAG_RENDER_UI_BOUNDS = false;
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user