increased zoomRatio to 0.005

This commit is contained in:
hey24sheep 2021-09-17 14:07:54 +05:30
parent f9e8be8ed0
commit 39e10560c9

View File

@ -398,7 +398,7 @@ OV.Navigation = class
let mouseButton = this.mouse.GetButton ();
if (mouseButton === 1) {
if (ev.ctrlKey) {
let zoomRatio = 0.001;
let zoomRatio = 0.005;
this.Zoom (-moveDiff.y * zoomRatio);
} else {
let orbitRatio = 0.5;