Kaynağa Gözat

auto commit

master
jfinn 3 yıl önce
ebeveyn
işleme
79f165cdd0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/scene/zoom.ts

+ 1
- 1
src/scene/zoom.ts Dosyayı Görüntüle

@@ -49,7 +49,7 @@ export const getNormalizedZoom = (zoom: number): NormalizedZoomValue => {
49 49
   if (window?.tmp_glob_dev && "nZoomFixed" in window?.tmp_glob_dev ){
50 50
     fix = window.tmp_glob_dev.nZoomFixed
51 51
   }
52
-    clog("nfix",fix)
52
+    console.log("nfix",fix)
53 53
 
54 54
   const normalizedZoom = parseFloat(zoom.toFixed(fix));
55 55
   const clampedZoom = Math.max(0.1, Math.min(normalizedZoom, 10));

Loading…
İptal
Kaydet