fixed client player going crazy on spawn

This commit is contained in:
2024-08-22 10:25:01 +02:00
parent 5afd01cf05
commit 81383cb39e
5 changed files with 17 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ class Player : public godot::CharacterBody3D {
Player();
~Player();
void _ready();
void _ready() override;
virtual void _physics_process(float delta);
void animate(float delta);