mirror of
https://github.com/phoboslab/wipeout-rewrite
synced 2024-12-26 09:59:04 +01:00
Merge pull request #60 from tjrileywisc/change-app-name
Rename sokol app window for consistency
This commit is contained in:
commit
cf68eab8b2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue