Skip to content

Commit

Permalink
Fixed settings usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornado-Technology committed Jul 10, 2024
1 parent 62e1646 commit be8a0f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public WindowCreateResult WindowCreate(ContextInfo? context, WindowCreateSetting
return new WindowCreateResult(null, GLFWHelper.GetError());
}

return new WindowCreateResult(WindowSetup(window), null);
return new WindowCreateResult(WindowSetup(window, settings), null);
}

private GlfwWindowRegistration WindowSetup(Window* window, WindowCreateSettings settings)
Expand Down

0 comments on commit be8a0f7

Please sign in to comment.