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
according to Context3D the second line should be of type away.display3D.Context3DTextureFormat not a String, so either the type or the value needs to change
The text was updated successfully, but these errors were encountered:
in line 21 of away.textures.CubeTextureBase:
return context.createCubeTexture( this.width, away.display3D.Context3DTextureFormat.BGRA, false );
according to Context3D the second line should be of type away.display3D.Context3DTextureFormat not a String, so either the type or the value needs to change
The text was updated successfully, but these errors were encountered: