Time for ending the game is now in CapturePointGameMode component. The timer i counted down to 0 and then the map is "Reset".

This commit is contained in:
Jocke
2016-03-12 20:28:48 +01:00
parent 60df30fa59
commit f8f536802f
9 changed files with 50 additions and 22 deletions
+2 -2
View File
@@ -229,10 +229,10 @@ void Game::Tick()
PerformanceTimer::StartTimerAndStopPrevious("Network");
m_EventBroker->Process<MultiplayerSnapshotFilter>();
if (m_NetworkClient != nullptr) {
m_NetworkClient->Update();
m_NetworkClient->Update(dt);
}
if (m_NetworkServer != nullptr) {
m_NetworkServer->Update();
m_NetworkServer->Update(dt);
}
//m_SoundManager->Update(dt);