fix mining process slider
This commit is contained in:
@@ -5942,7 +5942,8 @@ namespace BrewMonster
|
||||
public void UpdateTimers(float dwDeltaTime)
|
||||
{
|
||||
// Get real time tick of this frame
|
||||
|
||||
var iRealTime = EC_Game.GetRealTickTime();
|
||||
|
||||
// Update flysword time
|
||||
/*if (IsFlying() && GetRushFlyFlag())
|
||||
{
|
||||
@@ -5986,7 +5987,7 @@ namespace BrewMonster
|
||||
}
|
||||
|
||||
// Gather time counter
|
||||
if (m_GatherCnt.IncCounter(dwDeltaTime))
|
||||
if (m_GatherCnt.IncCounter(iRealTime))
|
||||
m_GatherCnt.Reset(true);
|
||||
|
||||
// Incant time counter
|
||||
|
||||
Reference in New Issue
Block a user