mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Merge pull request #8302 from paulloz/C#-capitalization-issues
C#: Fix some forgotten lowercase x/y/z
This commit is contained in:
@@ -459,7 +459,7 @@ Here's the *Player* script.
|
||||
// Jumping.
|
||||
if (IsOnFloor() && Input.IsActionJustPressed("jump"))
|
||||
{
|
||||
_targetVelocity.y += JumpImpulse;
|
||||
_targetVelocity.Y += JumpImpulse;
|
||||
}
|
||||
|
||||
// Iterate through all collisions that occurred this frame.
|
||||
|
||||
Reference in New Issue
Block a user