mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-16 02:40:54 +00:00
Merge pull request #1032 from eightyeight/issue-694
Fix a crash when change a material reclect cubemap
This commit is contained in:
commit
763d178704
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue