Rename preSync and postSync in InteractionHandler to more descriptive names

This commit is contained in:
Erik Broberg
2016-09-03 22:14:10 -04:00
parent 5e3c4cb0db
commit 2116f5c987
3 changed files with 8 additions and 17 deletions

View File

@@ -173,9 +173,8 @@ public:
void unlockControls();
//void update(double deltaTime);
void preSynchronization(double deltaTime);
void postSynchronizationPreDraw();
void updateCamera();
void updateInputStates(double timeSinceLastUpdate);
void serialize(SyncBuffer* syncBuffer);
void deserialize(SyncBuffer* syncBuffer);