mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-01 19:13:58 +01:00
Minor fix(2)
This commit is contained in:
parent
78c2900cd9
commit
c3d6665585
|
|
@ -280,7 +280,7 @@ public class WindowCreationTest {
|
|||
"L:\t\tList selectable display modes\n" +
|
||||
"0-8:\t\tSelection of display modes\n" +
|
||||
"F:\t\tToggle fullscreen\n" +
|
||||
"SHIFT-F:\t\tToggle fullscreen with Display.destroy()/create() cycle");
|
||||
"SHIFT-F:\tToggle fullscreen with Display.destroy()/create() cycle");
|
||||
|
||||
WindowCreationTest wct = new WindowCreationTest();
|
||||
if (wct.initialize()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue