From 514c45fc21717ba540fc0e8e080f5cc4ca5194bc Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sun, 1 Oct 2023 15:54:24 -0700 Subject: [PATCH] disable annoying scroll --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 2c597507..4d8416ef 100644 --- a/src/main.rs +++ b/src/main.rs @@ -912,7 +912,7 @@ impl framework::Example for GraphicsData { delta, } => { println!("mousewheel{:?}",delta); - if true{//self.physics.use_scroll + if false{//self.physics.style.use_scroll{ self.physics.run(time); self.physics.process_instruction(TimedInstruction{ time,