Changeset 3658 in orxonox.OLD for orxonox/trunk/src/glmenu
- Timestamp:
- Mar 27, 2005, 7:44:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/glmenu/glmenu_imagescreen.cc
r3544 r3658 81 81 // Select Our VU Meter Background Texture 82 82 this->backMat = new Material("load_screen"); 83 this->backMat->setDiffuseMap(" ../data/pictures/load_screen.jpg");83 this->backMat->setDiffuseMap("pictures/load_screen.jpg"); 84 84 this->maxValue = 10; 85 85 this->currentValue = 0;
Note: See TracChangeset
for help on using the changeset viewer.