fix show progress bar
This commit is contained in:
@@ -3641,7 +3641,7 @@ namespace BrewMonster
|
||||
}
|
||||
|
||||
// Gather time counter
|
||||
if (m_GatherCnt.IncCounter(iRealTime * 1000))
|
||||
if (m_GatherCnt.IncCounter(iRealTime))
|
||||
m_GatherCnt.Reset(true);
|
||||
|
||||
// Incant time counter
|
||||
|
||||
Reference in New Issue
Block a user