Changeset 3380 in orxonox.OLD for orxonox/trunk/src/glmenu_imagescreen.cc
- Timestamp:
- Jan 25, 2005, 10:18:56 AM (20 years ago)
- Location:
- orxonox/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk
- Property svn:externals set to
-
orxonox/trunk/src/glmenu_imagescreen.cc
r3368 r3380 80 80 // Select Our VU Meter Background Texture 81 81 this->backTex = new Texture(); 82 this->backTex->loadImage(" load_screen.jpg");82 this->backTex->loadImage("../data/pictures/load_screen.jpg"); 83 83 84 84 this->maxValue = 10;
Note: See TracChangeset
for help on using the changeset viewer.