Sync with upstream

This commit is contained in:
NotAlwaysTrue
2026-06-16 22:09:05 +08:00
26 changed files with 831 additions and 315 deletions
@@ -29,6 +29,7 @@
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
@@ -349,6 +350,7 @@ namespace FarseerPhysics.Dynamics
}
}
/// <summary>
/// Create all proxies.
/// </summary>
@@ -1409,4 +1411,4 @@ namespace FarseerPhysics.Dynamics
return body;
}
}
}
}