sokol: fix a typo

pull/12236/head
Alexander Medvednikov 2021-10-19 17:18:10 +03:00
parent ab350d52ec
commit a8ced46564
1 changed files with 1 additions and 1 deletions

View File

@ -10991,7 +10991,7 @@ SOKOL_API_IMPL void sapp_set_window_title(const char* title) {
#endif #endif
} }
SOKOL_API_IMPL void sapp_resize_window(int width, height) { SOKOL_API_IMPL void sapp_resize_window(int width, int height) {
/* /*
#if defined(_SAPP_MACOS) #if defined(_SAPP_MACOS)
_sapp_macos_resize_window(width, height); _sapp_macos_resize_window(width, height);