From 16e66ad1ddbb65bbe38b5312189f99b213ed6ac8 Mon Sep 17 00:00:00 2001 From: Igor Oleinikov Date: Thu, 19 Dec 2013 19:44:01 +0400 Subject: [PATCH] pixi: fixed test --- pixi/pixi-tests.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pixi/pixi-tests.ts b/pixi/pixi-tests.ts index 93ff79593..de452f72e 100644 --- a/pixi/pixi-tests.ts +++ b/pixi/pixi-tests.ts @@ -1,6 +1,8 @@ /// /// +function PixiTests() +{ var stage = new PIXI.Stage(0xFFFFFF, true); @@ -1188,3 +1190,5 @@ function update22() requestAnimFrame(update); } + +} \ No newline at end of file