Merge branch 'SQC-15_online' of https://github.com/CegepSTH/SQCSim2023 into SQC-15_online

This commit is contained in:
Claudel-D-Roy
2023-12-06 16:21:06 -05:00
2 changed files with 5 additions and 11 deletions

View File

@@ -668,7 +668,7 @@ int Engine::GetCountdown(float elapsedTime) {
// if (m_countdown < m_time) {}
// Stop();
//if (!m_stopcountdown)
// m_time += elapsedTime;
m_time += elapsedTime;
return m_countdown;// -(int)m_time;
}