Update - 1.9.0.103
EN: 1.9.0.103 CN: 1.9.0.104 JP: 1.9.0.106 KR: 1.9.0.108
This commit is contained in:
@@ -183,7 +183,7 @@ function Timer:GetRemainInterval()
|
||||
return 0
|
||||
end
|
||||
end
|
||||
function Timer:GetRenmainTime()
|
||||
function Timer:GetRemainTime()
|
||||
local nTotalTime = self._nTargetCount * self._nInterval
|
||||
local nPassedTime = self._nInterval * self._nCurCount + self._nElapsed
|
||||
if self._status == TimerStatus.Running then
|
||||
|
||||
@@ -52,7 +52,7 @@ local ProcUpdateTimer = function()
|
||||
elseif timer._nScaleType == TimerScaleType.RealTime then
|
||||
timer:_Run(Time.realtimeSinceStartup, Time.unscaledDeltaTime)
|
||||
else
|
||||
timer._Stop()
|
||||
timer:_Stop()
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user