GameServer - 1 file was missed on commit...
This commit is contained in:
parent
a673e64694
commit
33b69525e0
|
@ -94,7 +94,7 @@ namespace DanBias
|
||||||
Oyster::Math::Float4x4 world = temp->GetOrientation();
|
Oyster::Math::Float4x4 world = temp->GetOrientation();
|
||||||
|
|
||||||
Protocol_ObjectPosition p(world, id);
|
Protocol_ObjectPosition p(world, id);
|
||||||
GameSession::gameSession->Send(*p.GetProtocol());
|
GameSession::gameSession->Send(p.GetProtocol());
|
||||||
}
|
}
|
||||||
|
|
||||||
if(dynamic_cast<GameLogic::ILevelData*>(movedObject))
|
if(dynamic_cast<GameLogic::ILevelData*>(movedObject))
|
||||||
|
|
Loading…
Reference in New Issue