Changeset 9786 in orxonox.OLD for branches/new_class_id/src/lib/graphics/importer
- Timestamp:
- Sep 22, 2006, 6:38:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/importer/resource_texture.cc
r9785 r9786 11 11 12 12 if (ptr) 13 { 14 printf("FOUNT TEXTURE: %s\n", imageName.c_str()); 13 15 this->acquireData(static_cast<ResourceTexture::TextureResourcePointer*>(ptr)->ptr()); 16 } 14 17 else 15 18 { 19 printf("NOT FOUNT TEXTURE: %s\n", imageName.c_str()); 16 20 std::string fileName = this->Resource::locateFile(imageName); 17 21 this->Texture::loadImage(fileName, target);
Note: See TracChangeset
for help on using the changeset viewer.