Skip to content

Commit

Permalink
Fix typo in AnimateAsset.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstart committed Apr 28, 2020
1 parent 23d92b4 commit 22e3a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnimateAsset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { MovieClip, AnimateContainer, AnimateGraphics, AnimateText, AnimateSprit
import { Texture, Spritesheet } from 'pixi.js';

interface PixiAnimate {
Movieclip: typeof MovieClip;
MovieClip: typeof MovieClip;
Container: typeof AnimateContainer;
Graphics: typeof AnimateGraphics;
Text: typeof AnimateText;
Expand Down

0 comments on commit 22e3a8c

Please sign in to comment.