Changeset 10190 in orxonox.OLD for branches/data_fix/src/world_entities/skysphere.cc
- Timestamp:
- Jan 8, 2007, 11:34:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/data_fix/src/world_entities/skysphere.cc
r9869 r10190 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.