Changeset 10317 in orxonox.OLD for trunk/src/world_entities/skysphere.cc
- Timestamp:
- Jan 24, 2007, 1:30:29 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/skysphere.cc
r9869 r10317 43 43 this->toList(OM_BACKGROUND); 44 44 if (fileName == NULL) 45 this->initialize(" pictures/sky-replace.jpg");45 this->initialize("textures/sky-replace.jpg"); 46 46 else 47 47 this->initialize(fileName);
Note: See TracChangeset
for help on using the changeset viewer.