Skip to content

Commit

Permalink
Update example app
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Dec 15, 2024
1 parent 0db1c5f commit 859c9d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/SDLDemo/App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ struct SDLDemo {

let window = try SDLWindow(title: "SDLDemo",
frame: (x: .centered, y: .centered, width: windowSize.width, height: windowSize.height),
options: [.resizable, .shown])
options: [.resizable, .shown, .opengl]
)

let framesPerSecond = try window.displayMode().refreshRate

Expand Down

0 comments on commit 859c9d7

Please sign in to comment.