xushiting 2 år sedan
förälder
incheckning
294efbb5f0
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      server/test/a0k4xu045_202305311600080410/attach/sceneStore
  2. 1 1
      src/graphic/Load.js

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 1 - 1
server/test/a0k4xu045_202305311600080410/attach/sceneStore


+ 1 - 1
src/graphic/Load.js

@@ -427,7 +427,7 @@ export default class Load {
               this.getXY(width, height, data3d.measures[i].pos[1]),
               VectorCategory.Line.MeasureLine
             );
-            if (data3d.measures[i].dis) {
+            if (line && data3d.measures[i].dis) {
               line.value = data3d.measures[i].dis;
             }
           }