Changeset 136 for cafu/trunk/CaWE/ParentFrame.cpp
- Timestamp:
- 08/27/10 11:30:01 (21 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/CaWE/ParentFrame.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/CaWE/ParentFrame.cpp
r97 r136 194 194 195 195 // Release the Cafu Material System. 196 MatSys::TextureMapManager->FreeTextureMap(m_WhiteTexture); 197 MatSys::TextureMapManager=NULL; 196 if (MatSys::TextureMapManager!=NULL) 197 { 198 MatSys::TextureMapManager->FreeTextureMap(m_WhiteTexture); 199 MatSys::TextureMapManager=NULL; 200 } 198 201 199 202 if (MatSys::Renderer!=NULL)
