Skip to content

Commit

Permalink
fix debug overlay not presented
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul committed Apr 8, 2024
1 parent 7f0a5b7 commit cbf4c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,7 @@ i32 orca_runloop(void* user)
}

oc_canvas_render(app->canvasRenderer, app->debugOverlay.context, app->debugOverlay.surface);
oc_canvas_present(app->canvasRenderer, app->debugOverlay.surface);

oc_scratch_end(scratch);

Expand Down

0 comments on commit cbf4c46

Please sign in to comment.