Changeset 9790 in orxonox.OLD for branches/new_class_id/src/lib/graphics
- Timestamp:
- Sep 23, 2006, 10:34:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/importer/resource_texture.cc
r9789 r9790 2 2 3 3 #include "resource_texture.h" 4 4 #include "debug.h" 5 5 6 6 … … 12 12 if (ptr) 13 13 { 14 printf("FOUNT TEXTURE: %s\n", imageName.c_str());14 PRINTF(5)("FOUNT TEXTURE: %s\n", imageName.c_str()); 15 15 this->acquireData(static_cast<ResourceTexture::TextureResourcePointer*>(ptr)->ptr()); 16 16 } 17 17 else 18 18 { 19 printf("NOT FOUNT TEXTURE: %s\n", imageName.c_str());19 PRINTF(5)("NOT FOUNT TEXTURE: %s\n", imageName.c_str()); 20 20 std::string fileName = this->NewResource::locateFile(imageName); 21 21 this->Texture::loadImage(fileName, target);
Note: See TracChangeset
for help on using the changeset viewer.