Skip to content

Commit

Permalink
Fix player flag and debug toggle key being ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
swoolcock committed Dec 21, 2024
1 parent a443f0a commit 2550bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Components/PlayerGravityComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public override void EntityRemoved(Scene scene)
public override void Update()
{
_refilledThisFrame = false;
base.Update();
}

public void RefillGravityCharges(int charges = 1, bool retainChargeThisFrame = true)
Expand Down

0 comments on commit 2550bf7

Please sign in to comment.