修复退出暂停场景时会直接把当前游戏时间增加进当日游戏时间

This commit is contained in:
MrZ626
2021-07-03 23:00:55 +08:00
parent 34cfca88d7
commit 6859d70ca7

View File

@@ -119,7 +119,6 @@ function scene.sceneInit(org)
end
end
function scene.sceneBack()
STAT.todayTime=STAT.todayTime+PLAYERS[1].stat.time
trySave()
end