Changeset 6863 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Jan 30, 2006, 11:42:44 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/skybox.cc
r6860 r6863 105 105 for (int i = 0; i < 6; i++) 106 106 { 107 delete this->material[i]; 108 delete this->cubeTexture[i]; 107 if( this->material[i]) 108 delete this->material[i]; 109 // if( this->cubeTexture[i]) 110 // delete this->cubeTexture[i]; 109 111 } 110 112 }
Note: See TracChangeset
for help on using the changeset viewer.