Rename sokol app window for consistency

This commit is contained in:
Timothy Riley 2023-08-31 00:07:49 -04:00
parent 98bd55a342
commit 61ffe2f410

View file

@ -305,6 +305,7 @@ sapp_desc sokol_main(int argc, char* argv[]) {
.height = SYSTEM_WINDOW_HEIGHT,
.init_cb = system_init,
.frame_cb = system_update,
.window_title = SYSTEM_WINDOW_NAME,
.cleanup_cb = platform_cleanup,
.event_cb = platform_handle_event,
.win32_console_attach = true