Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10317 in orxonox.OLD for trunk/src/world_entities/skysphere.cc


Ignore:
Timestamp:
Jan 24, 2007, 1:30:29 AM (19 years ago)
Author:
patrick
Message:

merged branche data-fix back to trunk. this breaks compatibility with the old data/trunk data repository! be sure to update your data trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/skysphere.cc

    r9869 r10317  
    4343  this->toList(OM_BACKGROUND);
    4444  if (fileName == NULL)
    45     this->initialize("pictures/sky-replace.jpg");
     45    this->initialize("textures/sky-replace.jpg");
    4646  else
    4747    this->initialize(fileName);
Note: See TracChangeset for help on using the changeset viewer.