Remove FixtureId (#19280)

This commit is contained in:
metalgearsloth
2023-08-23 18:55:58 +10:00
committed by GitHub
parent 2cc1f8f0fe
commit 735626654a
23 changed files with 66 additions and 69 deletions

View File

@@ -73,7 +73,7 @@ public sealed partial class AnomalySystem : SharedAnomalySystem
if (!TryComp<AnomalousParticleComponent>(args.OtherEntity, out var particle))
return;
if (args.OtherFixture.ID != particle.FixtureId)
if (args.OtherFixtureId != particle.FixtureId)
return;
// small function to randomize because it's easier to read like this