-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels