forked from StrafesNET/strafe-client
disable annoying scroll
This commit is contained in:
parent
95d16271de
commit
514c45fc21
@ -912,7 +912,7 @@ impl framework::Example for GraphicsData {
|
|||||||
delta,
|
delta,
|
||||||
} => {
|
} => {
|
||||||
println!("mousewheel{:?}",delta);
|
println!("mousewheel{:?}",delta);
|
||||||
if true{//self.physics.use_scroll
|
if false{//self.physics.style.use_scroll{
|
||||||
self.physics.run(time);
|
self.physics.run(time);
|
||||||
self.physics.process_instruction(TimedInstruction{
|
self.physics.process_instruction(TimedInstruction{
|
||||||
time,
|
time,
|
||||||
|
Loading…
Reference in New Issue
Block a user