You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +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
@@ -185,7 +185,7 @@ namespace Godot
|
||||
|
||||
// Construct matrix
|
||||
var res = new Transform2D(Mathf.Atan2(v.y, v.x), p1.LinearInterpolate(p2, c));
|
||||
Vector2 scale = s1.LinearInterpolate(s2, c);
|
||||
Vector2 scale = s1.LinearInterpolate(s2, c);
|
||||
res.x *= scale;
|
||||
res.y *= scale;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user