mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Plane.ToString fix
This commit is contained in:
parent
432776c650
commit
926259e121
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ namespace Beefy.geom
|
|||
|
||||
public override void ToString(String str)
|
||||
{
|
||||
str.AppendF($"{Normal:{Normal} D:{D}}");
|
||||
str.AppendF($"{{Normal:{Normal} D:{D}}}");
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue