Revert "OBT/1.0.4"

This commit is contained in:
NotAlwaysTrue
2025-12-27 15:32:16 +08:00
committed by GitHub
parent cdfe87c81b
commit b35eee5561
5 changed files with 78 additions and 57 deletions
@@ -479,7 +479,7 @@ namespace Barotrauma
{
foreach (Fixture fixture in triggerBody.FarseerBody.FixtureList)
{
ContactEdge contactEdge = fixture.Body.ContactList == null ? null: fixture.Body.ContactList.CreateCopy();
ContactEdge contactEdge = fixture.Body.ContactList.CreateCopy();
while (contactEdge != null)
{
if (contactEdge.Contact != null &&