Changeset 5304 in orxonox.OLD for trunk/src/lib/graphics/importer/texture.cc
- Timestamp:
- Oct 7, 2005, 3:28:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/texture.cc
r5293 r5304 32 32 Texture::Texture(const char* imageName) 33 33 { 34 this->setClassID(CL_TEXTURE, "Texture"); 35 34 36 this->bAlpha = false; 35 37 this->texture = 0;
Note: See TracChangeset
for help on using the changeset viewer.