Futile attempts to fix memory corruption bug

This commit is contained in:
2015-10-01 16:12:53 +02:00
parent ff27eafccf
commit c821fbfc25
4 changed files with 10 additions and 23 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ public:
// Swap event queues to get fresh input data in the read queue
//m_EventBroker->Swap();
ResourceManager::Update();
//ResourceManager::Update();
if (m_GameIsRunning) {
m_World->Update(dt);
}