GameServer - 1 file was missed on commit...

This commit is contained in:
Dennis Andersen 2014-01-31 22:53:33 +01:00
parent a673e64694
commit 33b69525e0
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ namespace DanBias
Oyster::Math::Float4x4 world = temp->GetOrientation();
Protocol_ObjectPosition p(world, id);
GameSession::gameSession->Send(*p.GetProtocol());
GameSession::gameSession->Send(p.GetProtocol());
}
if(dynamic_cast<GameLogic::ILevelData*>(movedObject))