fix position sync issues
All checks were successful
Linux arm64 / Build (pull_request) Successful in 1m31s

This commit is contained in:
2024-08-21 12:52:00 +02:00
parent e17387b867
commit 1bd053aba3
13 changed files with 98 additions and 73 deletions

View File

@@ -12,7 +12,8 @@ class ServerWorld : public World {
~ServerWorld();
void _process(float delta);
private:
void HandlePacket(const protocol::packets::PlayerPositionAndRotation&) override;
void SyncPlayersPos();
};