mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-16 10:14:39 +01:00
fix: IsFullscreen -> isFullscreen - to much c/c++ coding :(
This commit is contained in:
parent
96bd0737e9
commit
977b90cf47
|
|
@ -122,7 +122,7 @@ public final class Window {
|
|||
/**
|
||||
* @return whether this window is in fullscreen mode
|
||||
*/
|
||||
public static boolean IsFullscreen() {
|
||||
public static boolean isFullscreen() {
|
||||
assert isCreated() : "Cannot determine state of uncreated window";
|
||||
return fullscreen;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue