Skip to content

Commit

Permalink
Downgrade GL version
Browse files Browse the repository at this point in the history
skejeton committed Aug 25, 2024
1 parent 453a5d9 commit 5838f1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/window.c
Original file line number Diff line number Diff line change
@@ -174,6 +174,8 @@ th_window_sapp_desc()
.icon.sokol_default = true,
.logger.func = slog_func,
.high_dpi = thg->dpi_aware,
.gl_major_version = 4,
.gl_minor_version = 1,
#ifdef __EMSCRIPTEN__
.html5_bubble_mouse_events = true,
.html5_bubble_touch_events = true,

0 comments on commit 5838f1c

Please sign in to comment.