Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 23, 2006, 10:34:42 AM (18 years ago)
Author:
bensch
Message:

added new_resource_manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/graphics/importer/resource_texture.cc

    r9789 r9790  
    22
    33#include "resource_texture.h"
    4 
     4#include "debug.h"
    55
    66
     
    1212  if (ptr)
    1313  {
    14     printf("FOUNT TEXTURE: %s\n", imageName.c_str());
     14    PRINTF(5)("FOUNT TEXTURE: %s\n", imageName.c_str());
    1515    this->acquireData(static_cast<ResourceTexture::TextureResourcePointer*>(ptr)->ptr());
    1616  }
    1717  else
    1818  {
    19     printf("NOT FOUNT TEXTURE: %s\n", imageName.c_str());
     19    PRINTF(5)("NOT FOUNT TEXTURE: %s\n", imageName.c_str());
    2020    std::string fileName = this->NewResource::locateFile(imageName);
    2121    this->Texture::loadImage(fileName, target);
Note: See TracChangeset for help on using the changeset viewer.