You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when creating new instance of starling Asset Manager with constructor like this:
public function AssetManager(scaleFactor:Number=1, useMipmaps:Boolean=false)
{
the scaleFactor gets NaN when it should be 1
The text was updated successfully, but these errors were encountered:
Hello,
when creating new instance of starling Asset Manager with constructor like this:
public function AssetManager(scaleFactor:Number=1, useMipmaps:Boolean=false)
{
the scaleFactor gets NaN when it should be 1
The text was updated successfully, but these errors were encountered: