Changeset 6516 in orxonox.OLD for branches/network
- Timestamp:
 - Jan 17, 2006, 10:50:19 PM (20 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/network/src/world_entities/image_entity.cc
r6515 r6516 72 72 this->setBindNode(this); 73 73 this->material = new Material; 74 this->setTexture("pictures/error_texture.png"); 74 75 this->bBillboarding = false; 75 76 } … … 79 80 { 80 81 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");86 82 87 83 LoadParam(root, "texture", this, ImageEntity, setTexture)  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






