Changeset 9685 in orxonox.OLD for branches/new_class_id/src/lib/graphics/importer/texture.cc
- Timestamp:
- Aug 22, 2006, 1:16:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/importer/texture.cc
r9406 r9685 64 64 #endif 65 65 66 66 NewObjectListDefinition(Texture); 67 67 68 68 /** … … 86 86 : data(texture.data) 87 87 { 88 this-> setClassID(CL_TEXTURE, "Texture");88 this->registerObject(this, Texture::_objectList); 89 89 this->priority = 0.5; 90 90 } … … 149 149 void Texture::init() 150 150 { 151 this-> setClassID(CL_TEXTURE, "Texture");151 this->registerObject(this, Texture::_objectList); 152 152 153 153 this->data = TextureDataPointer(new TextureData());
Note: See TracChangeset
for help on using the changeset viewer.