Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Update example_current.c
Browse files Browse the repository at this point in the history
  • Loading branch information
krisvers authored Feb 27, 2024
1 parent 01c3322 commit 24e11e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/example_current.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ int example_current() {
glfwSetKeyCallback(window, glfw_key_callback);

KGFXcontext ctx;
if (kgfxCreateContext(KGFX_ANY_VERSION, kgfxWindowFromGLFW(window), & ctx) != KGFX_SUCCESS) {
if (kgfxCreateContext(KGFX_ANY_VERSION, kgfxWindowFromGLFW(window), &ctx) != KGFX_SUCCESS) {
return 1;
}

Expand Down

0 comments on commit 24e11e1

Please sign in to comment.