diff options
| author | mat <github@matdoes.dev> | 2022-09-19 20:38:08 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-09-19 20:38:08 -0500 |
| commit | 528c1a07e3ac089ff70036a5e403eb2b8d3ae21f (patch) | |
| tree | a2293b2e0aa372f9dc0e5a703047a17eb590df50 /azalea-physics/src | |
| parent | 14a6f9d9f89452b56102ffc5dc61125cc2b63aff (diff) | |
| download | azalea-drasl-528c1a07e3ac089ff70036a5e403eb2b8d3ae21f.tar.xz | |
change example
Diffstat (limited to 'azalea-physics/src')
| -rw-r--r-- | azalea-physics/src/collision/shape.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-physics/src/collision/shape.rs b/azalea-physics/src/collision/shape.rs index d229a25d..cfd05d2e 100644 --- a/azalea-physics/src/collision/shape.rs +++ b/azalea-physics/src/collision/shape.rs @@ -47,7 +47,6 @@ pub trait VoxelShape { return empty_shape(); } - Box::new(ArrayVoxelShape::new( self.shape(), self.get_coords(Axis::X).iter().map(|c| c + x).collect(), |
