Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GH Action committed Sep 10, 2024
1 parent 6b5747f commit 41d3b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sokol/c/sokol_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -8015,7 +8015,7 @@ _SOKOL_PRIVATE void _sapp_win32_run(const sapp_desc* desc) {
#if defined(SOKOL_D3D11)
_sapp_d3d11_destroy_default_render_target();
_sapp_d3d11_destroy_device_and_swapchain();
#else
#elif defined(SOKOL_GLCORE)
_sapp_wgl_destroy_context();
_sapp_wgl_shutdown();
#endif
Expand Down

0 comments on commit 41d3b61

Please sign in to comment.