Jump to content

Difference in min and dev versions


kyptov
 Share

Recommended Posts

I used

var 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

Link to comment
Share on other sites

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".

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...