Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit f40b47d

Browse files
change _Process to _PhysicsProcess
1 parent a883bf4 commit f40b47d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scripts/Scenes/Game/ClientPlayer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public async void NotifyServerPlayerDirectionCallback(System.Object source, Elap
4343
});
4444
}
4545

46-
public override void _Process(float delta)
46+
public override void _PhysicsProcess(float delta)
4747
{
4848
Delta = delta;
4949
LabelPosition.Text = $"X: {Mathf.RoundToInt(Position.x)} Y: {Mathf.RoundToInt(Position.y)}";

0 commit comments

Comments
 (0)