diff --git a/Sources/SDLDemo/App.swift b/Sources/SDLDemo/App.swift index cd8943c..55b60f4 100644 --- a/Sources/SDLDemo/App.swift +++ b/Sources/SDLDemo/App.swift @@ -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