started working on sounds
This commit is contained in:
@@ -61,6 +61,7 @@ void IServer::Think( float fDelta )
|
||||
for (auto &entity: EntityManager()->m_entities)
|
||||
{
|
||||
entity->Think(fTickrate);
|
||||
entity->SendToServer();
|
||||
}
|
||||
px_frame(px, fTickrate);
|
||||
INetworking::Frame();
|
||||
|
||||
Reference in New Issue
Block a user