mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
pixi: fixed test
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
///<reference path="pixi.d.ts"/>
|
||||
///<reference path="webgl.d.ts"/>
|
||||
|
||||
function PixiTests()
|
||||
{
|
||||
|
||||
var stage = new PIXI.Stage(0xFFFFFF, true);
|
||||
|
||||
@@ -1188,3 +1190,5 @@ function update22()
|
||||
|
||||
requestAnimFrame(update);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user