mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
Removed unused code
This commit is contained in:
@@ -10,10 +10,7 @@ $(function () {
|
||||
logging: true,
|
||||
onReady: startGame,
|
||||
onUpdatePlayerPrediction: GamePhysics.getNewPlayerState,
|
||||
onInterpolation: GamePhysics.getInterpolatedState,
|
||||
onWorldState: function (state) {
|
||||
//TODO THIS FOR DEMO AND DOCUMENTATION
|
||||
}
|
||||
onInterpolation: GamePhysics.getInterpolatedState
|
||||
});
|
||||
|
||||
function resizeCanvas() {
|
||||
|
||||
Reference in New Issue
Block a user