Changeset 5308 in orxonox.OLD for trunk/src/world_entities/skybox.cc
- Timestamp:
- Oct 8, 2005, 12:32:52 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/skybox.cc
r5302 r5308 101 101 for (int i = 0; i < 6; i++) 102 102 delete this->material[i]; 103 delete []this->material;103 delete[] this->material; 104 104 delete this->model; 105 105 this->model = NULL; //< so that WorldEntity does not try to delete it again.
Note: See TracChangeset
for help on using the changeset viewer.