Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2006, 10:50:19 PM (18 years ago)
Author:
patrick
Message:

network: imageentity working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/image_entity.cc

    r6515 r6516  
    7272  this->setBindNode(this);
    7373  this->material = new Material;
     74  this->setTexture("pictures/error_texture.png");
    7475  this->bBillboarding = false;
    7576}
     
    7980{
    8081  static_cast<PNode*>(this)->loadParams(root);
    81 
    82   PRINTF(0)("Created a ImageEntity\n");
    83 
    84   if( root == NULL)
    85     this->setTexture("maps/error_texture.png");
    8682
    8783  LoadParam(root, "texture", this, ImageEntity, setTexture)
Note: See TracChangeset for help on using the changeset viewer.