Skip to content

Commit 01de0de

Browse files
committed
Added BitmapText global.
1 parent 2484ced commit 01de0de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/PixiDefaults.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ if (PIXI.Graphics.POLY === undefined)
4242
}
4343

4444
PIXI.TextureSilentFail = true;
45+
46+
PIXI.BitmapText = { fonts: {} };

0 commit comments

Comments
 (0)