Changeset 4746 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/texture.cc
- Timestamp:
- Jul 1, 2005, 12:48:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/texture.cc
r4662 r4746 43 43 Frees Data, and deletes the textures from GL 44 44 */ 45 Texture::~Texture( void)45 Texture::~Texture() 46 46 { 47 47 if (this->texture)
Note: See TracChangeset
for help on using the changeset viewer.