Make boost RMB go upward again

This commit is contained in:
timokoesters 2019-08-31 00:08:44 +02:00
parent bd8e71c5aa
commit ba02956f05
No known key found for this signature in database
GPG Key ID: CD80BE9AAEE78097

View File

@ -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),
});
}
}