Changeset 4217 in orxonox.OLD for orxonox/branches/movie_player/src/world_entities/skysphere.cc
- Timestamp:
- May 18, 2005, 11:27:40 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/movie_player/src/world_entities/skysphere.cc
r3763 r4217 44 44 { 45 45 if (fileName == NULL) 46 this->initialize(" ../data/pictures/sky-replace.jpg");46 this->initialize("pictures/sky-replace.jpg"); 47 47 else 48 48 this->initialize(fileName);
Note: See TracChangeset
for help on using the changeset viewer.