Box2D updates (#3957)

This commit is contained in:
metalgearsloth
2023-04-22 16:41:05 +10:00
committed by GitHub
parent 62aa9bfb49
commit 733c0e7a45
25 changed files with 1418 additions and 1583 deletions
@@ -467,7 +467,7 @@ namespace Robust.Client.Debugging
break;
case PolygonShape poly:
Span<Vector2> verts = stackalloc Vector2[poly.Vertices.Length];
Span<Vector2> verts = stackalloc Vector2[poly.VertexCount];
for (var i = 0; i < verts.Length; i++)
{