Hi,
fps = new FPS(10, 10, 0xffffff);
this.addChild(fps);
This code crashes my project when I compile to windows -Dhybrid
. Maybe it’s something to do with Text support?
Hi,
fps = new FPS(10, 10, 0xffffff);
this.addChild(fps);
This code crashes my project when I compile to windows -Dhybrid
. Maybe it’s something to do with Text support?
Maybe you could test -Dhybrid with samples (like DisplayingABitmap or AddingText) to try and isolate what is/isn’t working