Pārlūkot izejas kodu

auto commit

master
jfinn 3 gadus atpakaļ
vecāks
revīzija
4b5c19046c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      src/scene/zoom.ts

+ 1
- 0
src/scene/zoom.ts Parādīt failu

@@ -48,6 +48,7 @@ export const getNormalizedZoom = (zoom: number): NormalizedZoomValue => {
48 48
   var fix = 2
49 49
   if (window?.tmp_glob_dev && "nZoomFixed" in window?.tmp_glob_dev ){
50 50
     fix = window.tmp_glob_dev.nZoomFixed
51
+    clog("nfix",fix)
51 52
   }
52 53
 
53 54
   const normalizedZoom = parseFloat(zoom.toFixed(fix));

Notiek ielāde…
Atcelt
Saglabāt