disable annoying scroll

This commit is contained in:
Quaternions 2023-10-01 15:54:24 -07:00
parent 95d16271de
commit 514c45fc21

View File

@ -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,