Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 5, 2005, 6:11:11 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/parenting: :loadscreen: now uses texture-class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/importer/texture.cc

    r3344 r3345  
    137137  if (this->texture)
    138138    glDeleteTextures(1, &this->texture);
    139 }
    140 
    141 /**
    142    \returns The Texture-identifier number.
    143 */
    144 GLuint Texture::getTexture(void)
    145 {
    146     return this->texture;
    147139}
    148140
Note: See TracChangeset for help on using the changeset viewer.