mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Reduced Sys.debug from bool -> int
This commit is contained in:
parent
790b01a01b
commit
97cb16eb74
2 changed files with 3 additions and 3 deletions
|
|
@ -80,7 +80,7 @@ public final class Sys {
|
|||
private static String LIBRARY_NAME = "lwjgl";
|
||||
|
||||
/**
|
||||
* Debug level.
|
||||
* Debug flag.
|
||||
*/
|
||||
public static final boolean debug;
|
||||
|
||||
|
|
@ -116,7 +116,7 @@ public final class Sys {
|
|||
}
|
||||
|
||||
/**
|
||||
* @return true if the debug level is greater than or equal to level
|
||||
* @return true if debugging has been enabled
|
||||
*/
|
||||
public static boolean isDebugEnabled() {
|
||||
return debug;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue