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

@@ -16,7 +16,7 @@ class FirstPersonPlayer : public Player {
// Godot overrides
void _unhandled_input(const godot::Ref<godot::InputEvent>&);
void _physics_process(float delta);
void _physics_process(float delta) override;
void _ready() override;
private: