Changeset 8800 in orxonox.OLD for branches/mountain_lake/src/world_entities
- Timestamp:
- Jun 26, 2006, 4:23:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mountain_lake/src/world_entities/skydome.cc
r8793 r8800 113 113 { 114 114 PRINTF(0)("Generating a sky plane"); 115 115 116 116 // Make sure our vertex array is clear 117 if (planeVertices) 118 {119 delete planeVertices;120 planeVertices = NULL;121 }117 // if (planeVertices) 118 // { 119 // delete planeVertices; 120 // planeVertices = NULL; 121 // } 122 122 123 123 // Make sure our index array is clear 124 if (indices)125 {126 delete indices;127 indices = NULL;128 }124 // if (indices) 125 // { 126 // delete indices; 127 // indices = NULL; 128 // } 129 129 130 130 // Set the number of divisions into a valid range
Note: See TracChangeset
for help on using the changeset viewer.