You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-25 15:37:42 +00:00
#18051: Fix indentation issues introduced during clean up
(cherry picked from commit 6b611e6431)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
d330bee1c2
commit
57c281557a
@@ -100,7 +100,7 @@ namespace Godot
|
||||
public Vector2 Clamped(real_t length)
|
||||
{
|
||||
var v = this;
|
||||
real_t l = Length();
|
||||
real_t l = Length();
|
||||
|
||||
if (l > 0 && length < l)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user