Skip to content

Commit

Permalink
fixup! Fix the old demo test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Jun 27, 2024
1 parent 8294d28 commit 8c40048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/GlfwOpenGLBackend.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function CImGui._render(ui, ctx::Ptr{lib.ImGuiContext}, ::Val{:GlfwOpenGL3};
GLFW.Init()

# Create window
window = GLFW.CreateWindow(100, window_size[2], window_title)
window = GLFW.CreateWindow(100, 100, window_title)
@assert window != C_NULL
GLFW.MakeContextCurrent(window)
GLFW.SwapInterval(1) # enable vsync
Expand Down

0 comments on commit 8c40048

Please sign in to comment.