decide it's better to leave them separate
This commit is contained in:
@@ -149,7 +149,6 @@ pub trait SensorCtx: UiCtx {
|
||||
impl<Ctx: UiCtx + 'static> SensorCtx for Ctx {
|
||||
fn run_sensors(&mut self, cursor: &CursorState, window_size: Vec2) {
|
||||
SensorModule::<Ctx>::run(self, cursor, window_size);
|
||||
SensorModule::<Ui>::run(self.ui(), cursor, window_size);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user