Parcourir la source

fix typedoc check

Nicholas Barlow il y a 4 ans
Parent
commit
69b1b9dc75
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
         }
     }