mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Removed dead code warning
This commit is contained in:
parent
598f628858
commit
7c59bec29d
@ -389,7 +389,6 @@ impl<'a> System<'a> for Sys {
|
||||
&& let Some(old_vel) = vel.as_deref_mut()
|
||||
&& let Some(old_ori) = ori.as_deref_mut()
|
||||
{
|
||||
#[allow(dead_code)]
|
||||
enum Rejection {
|
||||
TooFar { old: Vec3<f32>, new: Vec3<f32> },
|
||||
TooFast { vel: Vec3<f32> },
|
||||
|
Loading…
Reference in New Issue
Block a user