WIP Fix dsync

This commit is contained in:
Jocke
2016-02-16 16:06:17 +01:00
parent 717af2c4a4
commit a006db9e63
4 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -39,5 +39,5 @@ private:
bool OnPlayerSpawned(Events::PlayerSpawned& e);
void updateMovementControllers(double dt);
void updateVelocity(double dt);
void updateVelocity(EntityWrapper player, double dt);
};