mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-04 12:34:35 +01:00
Fix javadoc typo in DisplayMode
This has been here for a while...
This commit is contained in:
parent
55bfecf514
commit
5c7b35fa96
|
|
@ -75,7 +75,7 @@ public final class DisplayMode {
|
|||
this.fullscreen = fullscreen;
|
||||
}
|
||||
|
||||
/** True iff this instance can be used for fullscreen modes */
|
||||
/** True if this instance can be used for fullscreen modes */
|
||||
public boolean isFullscreenCapable() {
|
||||
return fullscreen;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue