1
0
Fork 0
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:
Brian Fiete 2025-03-08 12:47:17 -08:00
parent 432776c650
commit 926259e121

View file

@ -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