You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-26 15:46:23 +00:00
Prettier str() for some math types
This commit is contained in:
@@ -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])+")";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user