尝试修复应用退出时会报错的问题

dev_chengFeng
gaoxin 2020-08-28 12:34:19 +08:00
parent 2d9d097d98
commit 62eb488628
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ namespace GameLogic
/// <summary>
/// 析构函数
/// </summary>
new void OnDestroy()
void OnDestroy()
{
Reset();
}