Changeset 4370 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/material.cc
- Timestamp:
- May 28, 2005, 4:20:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/material.cc
r4357 r4370 282 282 \param pathName The Path to add. 283 283 */ 284 void Material::addTexturePath(c har* pathName)284 void Material::addTexturePath(const char* pathName) 285 285 { 286 286 ResourceManager::getInstance()->addImageDir(pathName);
Note: See TracChangeset
for help on using the changeset viewer.