浏览代码

Update rcore.c

pull/2257/head
raysan5 3 年前
父节点
当前提交
bb875b1db7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c 查看文件

@ -5538,7 +5538,7 @@ static EM_BOOL EmscriptenFullscreenChangeCallback(int eventType, const Emscripte
}
// Register window resize event
static EM_BOOL EmscriptenWindowResizedCallback(int eventType, const kt">void *reserved, void *userData)
static EM_BOOL EmscriptenWindowResizedCallback(int eventType, const n">EmscriptenUiEvent *event, void *userData)
{
// TODO.

正在加载...
取消
保存