Core/Refactor: Part 2
This commit is contained in:
@@ -594,7 +594,7 @@ namespace Framework.GameMath
|
||||
/// <returns>A string representation of this object.</returns>
|
||||
public override string ToString()
|
||||
{
|
||||
return string.Format("({0}, {1}, {2})", X, Y, Z);
|
||||
return $"({X}, {Y}, {Z})";
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user