浏览代码

fix typo

/siyaoH-1.17-PlatformMessage
xingwei.zhu 4 年前
当前提交
e8074f4c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      engine/src/shell/platform/unity/uiwidgets_system.h

2
engine/src/shell/platform/unity/uiwidgets_system.h


#ifdef TARGET_OS_IOS
#include "shell/platform/unity/darwin/ios/uiwidgets_system.h"
#else
#include "shell/platform/unity/darwin/mac/uiwidgets_system.h"
#include "shell/platform/unity/darwin/macos/uiwidgets_system.h"
#endif
#elif _WIN64
#include "shell/platform/unity/windows/uiwidgets_system.h"
正在加载...
取消
保存