1
0
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:
Xavier Cho
2018-04-17 07:53:27 +09:00
committed by Hein-Pieter van Braam
parent d330bee1c2
commit 57c281557a
6 changed files with 16 additions and 16 deletions

View File

@@ -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;