Progress: Client Side Prediction

This commit is contained in:
Jeremiah Billmann
2013-06-12 21:39:33 -04:00
parent e987d73711
commit 649fece9f0
3 changed files with 7 additions and 26 deletions
-6
View File
@@ -34,11 +34,6 @@ $(function () {
}
},
processServerInput = function () {
//GarageServerIO.processPlayerInput
//GarageServerIO.processClientInput
},
draw = function () {
ctxGameCanvas.clearRect(0, 0, gameCanvas.width, gameCanvas.height);
@@ -51,7 +46,6 @@ $(function () {
requestAnimFrame(update);
processClientInput();
processServerInput();
draw();