Changeset 6695 in orxonox.OLD for trunk/src/world_entities/skybox.cc
- Timestamp:
- Jan 25, 2006, 2:39:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/skybox.cc
r6634 r6695 51 51 this->preInit(); 52 52 53 this->loadParams(root); 53 if( root != NULL) 54 this->loadParams(root); 54 55 55 56 this->postInit();
Note: See TracChangeset
for help on using the changeset viewer.