Browse Source

fix typedoc check

Nicholas Barlow 4 năm trước cách đây
mục cha
commit
69b1b9dc75
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Debug/skeletonViewer.ts

+ 1 - 1
src/Debug/skeletonViewer.ts

@@ -558,7 +558,7 @@ export class SkeletonViewer {
     private _revert(animationState: boolean): void {
         if (this.options.pauseAnimations) {
             this.scene.animationsEnabled = animationState;
-            this.utilityLayer?.utilityLayerScene!.animationsEnabled = animationState;
+            this.utilityLayer!.utilityLayerScene!.animationsEnabled = animationState;
         }
     }