Changeset 6525 in orxonox.OLD for branches/network/src/world_entities
- Timestamp:
- Jan 18, 2006, 3:37:52 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/planet.cc
r6524 r6525 56 56 { 57 57 PRINTF(5)("Deleting Planet\n"); 58 if( this->material) 59 delete this->material; 58 60 } 59 61 … … 110 112 Vector c; 111 113 double r = this->size; 112 int n = 100;114 int n = 200; 113 115 int method = 1; 114 116 double theta1 = 0;
Note: See TracChangeset
for help on using the changeset viewer.