Minor formating fixes.
This commit is contained in:
parent
6f53b0c069
commit
4df668e68f
76 changed files with 121 additions and 121 deletions
|
|
@ -60,7 +60,7 @@ void GameTime::reset()
|
|||
void GameTime::accumulateTime()
|
||||
{
|
||||
updateTime();
|
||||
|
||||
|
||||
m_acc += (double) (m_current - m_lastUpdate);
|
||||
if (m_acc > (1000.f / m_slice)) {
|
||||
m_acc = 1000.f / m_slice;
|
||||
|
|
@ -77,4 +77,4 @@ void GameTime::updateTime()
|
|||
}
|
||||
}
|
||||
|
||||
} // namespace sp
|
||||
} // namespace sp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue