diff options
| author | Ignacio Etcheverry | 2016-07-28 14:41:15 +0200 |
|---|---|---|
| committer | Ignacio Etcheverry | 2016-07-28 14:58:12 +0200 |
| commit | 2d4c4b6ea9947607227e55682d195ebd05d383c6 (patch) | |
| tree | 62ad1fb1048d0227db8d8a3fac273327cf2f0b1f /core/math/math_2d.cpp | |
| parent | 1dae31f55459439cbb51eaa8fd9070873107a836 (diff) | |
| download | godot-2d4c4b6ea9947607227e55682d195ebd05d383c6.tar.gz godot-2d4c4b6ea9947607227e55682d195ebd05d383c6.tar.zst godot-2d4c4b6ea9947607227e55682d195ebd05d383c6.zip | |
Diffstat (limited to 'core/math/math_2d.cpp')
| -rw-r--r-- | core/math/math_2d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/math_2d.cpp b/core/math/math_2d.cpp index cf01e972a..0e2060008 100644 --- a/core/math/math_2d.cpp +++ b/core/math/math_2d.cpp @@ -658,5 +658,5 @@ Matrix32 Matrix32::interpolate_with(const Matrix32& p_transform, float p_c) cons Matrix32::operator String() const { - return "("+String(String()+elements[0]+", "+elements[1]+", "+elements[2])+")"; + return String(String()+elements[0]+", "+elements[1]+", "+elements[2]); } |
