ソースを参照

fix typo in #4451

pull/4453/head
Arche Washi 2ヶ月前
コミット
04731e1802
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      src/platforms/rcore_web.c

+ 3
- 0
src/platforms/rcore_web.c ファイルの表示

@ -667,6 +667,9 @@ void SetWindowMaxSize(int width, int height)
// Set window dimensions
void SetWindowSize(int width, int height)
{
CORE.Window.screen.width = width;
CORE.Window.screen.height = height;
glfwSetWindowSize(platform.handle, width, height);
}

読み込み中…
キャンセル
保存