思想心法bug修改

dev_chengFeng
yuanshuai 2021-09-24 15:45:20 +08:00
parent bdeade9d71
commit 7f94f9e185
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ end
--长按升级处理
function this.OnUpdate()
if _isClicked then
if Time.realtimeSinceStartup - this.timePressStarted > 0.2 then
if Time.realtimeSinceStartup - this.timePressStarted > 0.4 then
_isLongPress = true
if not _isReqLvUp then
_isReqLvUp = true