Screwing around with some settings

This commit is contained in:
Kayne Ruse
2014-06-02 20:02:19 +10:00
parent 4acd350219
commit d2f03b98dc
7 changed files with 22 additions and 15 deletions
+4
View File
@@ -89,6 +89,10 @@ void Restart::Update(double delta) {
if (std::chrono::steady_clock::now() - startTick > std::chrono::duration<int>(10)) {
QuitEvent();
}
while(network.Receive()) {
//EAT INCOMING PACKETS
}
}
void Restart::RenderFrame() {