removed unnecessary self

This commit is contained in:
socksonme 2021-10-29 15:23:49 +03:00
parent 42ed5c43f5
commit 2ef668a16c

View File

@ -299,7 +299,7 @@ impl<'a> PhysicsData<'a> {
write.velocities.mask(),
!&read.projectiles, // Not needed because they are skipped in the inner loop below
!&read.mountings,
self.read.colliders.mask(),
read.colliders.mask(),
)
.join()
{