kyptov Posted February 2, 2015 Share Posted February 2, 2015 I usedvar renderer = PIXI.autoDetectRenderer(window.innerWidth, window.innerHeight);It worked perfectly with min version. But I needed to add options and I did like this:var renderer = PIXI.autoDetectRenderer(window.innerWidth, window.innerHeight, {transparent: 'true'});And with dev version it works, but with min version doesn`t Quote Link to comment Share on other sites More sharing options...
xerver Posted February 2, 2015 Share Posted February 2, 2015 What version of pixi? What error did you get? Do you have a running example? Did you post an issue on github? Where did you get the min/dev versions? Are you sure they are from the same version? Did you try the exact same code on both? No one can help you with just "It doesn't work". Quote Link to comment Share on other sites More sharing options...
kyptov Posted February 5, 2015 Author Share Posted February 5, 2015 Sorry, I used old version (v.2.2.3). I downloaded new v.2.2.5 and problem was gone. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.