mirror of
https://github.com/izzy2lost/wipeout-rewrite.git
synced 2026-07-06 00:20:05 -07:00
Rename sokol app window for consistency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user