Changeset 9839 in orxonox.OLD for branches/new_class_id/src/lib/graphics/text_engine/font.cc
- Timestamp:
- Sep 26, 2006, 6:31:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/text_engine/font.cc
r9723 r9839 35 35 { 36 36 this->init(); 37 38 37 } 39 38 … … 119 118 Material::operator=(font); 120 119 this->data = font.data; 120 this->setTexture(this->data->textureData()); 121 121 122 122 return *this;
Note: See TracChangeset
for help on using the changeset viewer.