David `Deltakosh` Catuhe 5 gadi atpakaļ
vecāks
revīzija
6a6ac5bf3b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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. */