Merge pull request #1032 from eightyeight/issue-694

Fix a crash when change a material reclect cubemap
This commit is contained in:
Daniel Buckmaster 2014-12-12 21:49:41 +11:00
commit 763d178704

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;