xzw hace 1 año
padre
commit
6908ecf2bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scene/public/static/js/main_2020_show.js

+ 1 - 1
scene/public/static/js/main_2020_show.js

@@ -58932,7 +58932,7 @@ class PanTransGuide{
     
      
     moveIndex(step){
-        this.currentIndex += step
+        this.currentIndex += (step + this.nodes.length)
         this.currentIndex %= this.nodes.length
         return this.currentIndex
     }