mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Make boost RMB go upward again
This commit is contained in:
parent
bd8e71c5aa
commit
ba02956f05
@ -148,7 +148,7 @@ impl<'a> System<'a> for Sys {
|
||||
// Go upward
|
||||
local_emitter.emit(LocalEvent::Boost {
|
||||
entity,
|
||||
vel: controller.look_dir * -7.0,
|
||||
vel: Vec3::new(0.0, 0.0, 7.0),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user