Skip to content

Commit 859c9d7

Browse files
committed
Update example app
1 parent 0db1c5f commit 859c9d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/SDLDemo/App.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ struct SDLDemo {
2626

2727
let window = try SDLWindow(title: "SDLDemo",
2828
frame: (x: .centered, y: .centered, width: windowSize.width, height: windowSize.height),
29-
options: [.resizable, .shown])
29+
options: [.resizable, .shown, .opengl]
30+
)
3031

3132
let framesPerSecond = try window.displayMode().refreshRate
3233

0 commit comments

Comments
 (0)