sokol: fix a typo
parent
ab350d52ec
commit
a8ced46564
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue