disable annoying scroll
This commit is contained in:
parent
95d16271de
commit
514c45fc21
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user