fix TypeScript errors

This commit is contained in:
Pig Fang 2020-01-13 17:19:34 +08:00
parent cf6f1aa547
commit 8c06286607

View File

@ -30,7 +30,7 @@ export class SkinViewer {
this.playerObject = { this.playerObject = {
skin: {} as SkinObject, skin: {} as SkinObject,
cape: {} as CapeObject, cape: {} as CapeObject,
} } as PlayerObject
} }
dispose() { dispose() {