mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 14:07:52 +00:00
Renamed setDisplayMode to create for consistency with other classes
This commit is contained in:
parent
630362c462
commit
cc63960e09
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ public final class Display {
|
|||
* @throws Exception if the display mode could not be set
|
||||
* @see destroy()
|
||||
*/
|
||||
public static void setDisplayMode(
|
||||
public static void create(
|
||||
DisplayMode displayMode,
|
||||
boolean fullscreen)
|
||||
throws Exception {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue