Changeset 5212 in orxonox.OLD for trunk/src/lib/graphics/importer
- Timestamp:
- Sep 21, 2005, 8:07:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/texture.cc
r5211 r5212 32 32 Texture::Texture(const char* imageName) 33 33 { 34 bAlpha = false;34 this->bAlpha = false; 35 35 this->texture = 0; 36 36 if (imageName)
Note: See TracChangeset
for help on using the changeset viewer.