David `Deltakosh` Catuhe пре 5 година
родитељ
комит
6a6ac5bf3b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Debug/skeletonViewer.ts

+ 1 - 1
src/Debug/skeletonViewer.ts

@@ -452,7 +452,7 @@ export class SkeletonViewer {
         }).catch((err) => {
             console.log(err);
             this.dispose();
-        });        
+        });
     }
 
     /** Update the viewer to sync with current skeleton state, only used for the line display. */