Fix a crash when change a material reclect cubemap.

This commit is contained in:
LuisAntonRebollo 2014-12-10 22:13:23 +01:00 committed by Daniel Buckmaster
parent 27252b0864
commit 6f975dd14a

View file

@ -73,7 +73,7 @@ public:
/// The cubemap to use when the texture type is
/// set to Material::Cube.
/// @see mTexType
GFXCubemap *mCubeMap;
GFXCubemapHandle mCubeMap;
U32 mNumTex;