mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 14:07:52 +00:00
fix: IsFullscreen -> isFullscreen - to much c/c++ coding :(
This commit is contained in:
parent
96bd0737e9
commit
977b90cf47
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue