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. */