Added a delay, to give the machine a rest

This commit is contained in:
Kayne Ruse
2013-11-23 01:25:49 +11:00
parent e3605e4dc5
commit ca86dc5fb8
+3
View File
@@ -136,6 +136,9 @@ void ServerApplication::Loop() {
cerr << "Network Error: " << e.what() << endl;
}
};
//give the computer a break
SDL_Delay(10);
}
}