Skip to content

Commit 5943dd2

Browse files
authored
Fix GLFW not respecting the start-up window state (closes #453)
1 parent fbada5d commit 5943dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Windowing/Silk.NET.Windowing.Glfw/GlfwWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ protected override void CoreInitialize(WindowOptions opts)
344344
_glfw.HideWindow(_glfwWindow);
345345
}
346346

347-
WindowState = opts.WindowState;
347+
CoreWindowState = opts.WindowState;
348348

349349
if (opts.API.API == ContextAPI.OpenGL || opts.API.API == ContextAPI.OpenGLES)
350350
{

0 commit comments

Comments
 (0)