We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff57bf commit dbdf87eCopy full SHA for dbdf87e
framework_crates/bones_framework/src/networking.rs
@@ -727,7 +727,7 @@ where
727
let player_inputs = world.resource::<InputTypes::PlayerControls>();
728
729
// Collect inputs and update controls
730
- self.input_collector.apply_inputs(&world);
+ self.input_collector.apply_inputs(world);
731
self.input_collector.update_just_pressed();
732
733
// save local players dense input for use with ggrs
0 commit comments