mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
removed unnecessary self
This commit is contained in:
parent
42ed5c43f5
commit
2ef668a16c
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user