Skip to content

Commit

Permalink
imgui-highdpi-sapp: remove the now obsolete html5_enable_shutdown flag
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed May 2, 2020
1 parent e0fc852 commit bcb8550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sapp/imgui-highdpi-sapp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ sapp_desc sokol_main(int argc, char* argv[]) {
desc.fullscreen = true;
desc.high_dpi = true;
desc.html5_ask_leave_site = html5_ask_leave_site;
desc.html5_enable_shutdown = true;
desc.ios_keyboard_resizes_canvas = false;
desc.gl_force_gles2 = true;
desc.window_title = "Dear ImGui HighDPI (sokol-app)";
Expand Down

0 comments on commit bcb8550

Please sign in to comment.