tentone 6 years ago
parent
commit
fdc7482967
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -62,7 +62,7 @@
 		});
 		m.add(canvas, "wheel", function(event)
 		{
-			v.scale -= event.deltaY * 0.01;
+			v.scale -= (event.deltaY * 0.001) * v.scale;
 		});
 		m.create();