mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +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)
|
public override void ToString(String str)
|
||||||
{
|
{
|
||||||
str.AppendF($"{Normal:{Normal} D:{D}}");
|
str.AppendF($"{{Normal:{Normal} D:{D}}}");
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue