Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7790 in orxonox.OLD for trunk/src/lib/graphics/importer/texture.h


Ignore:
Timestamp:
May 24, 2006, 4:28:20 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: No More Valgrind warnings from the Texture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/texture.h

    r7788 r7790  
    4848{
    4949public:
     50  Texture();
    5051  Texture(const Texture& texture);
    51   Texture(GLenum target = GL_TEXTURE_2D);
     52  Texture(GLenum target);
    5253  Texture(const std::string& imageName, GLenum target = GL_TEXTURE_2D);
    5354  Texture(SDL_Surface* surface, GLenum target = GL_TEXTURE_2D);
Note: See TracChangeset for help on using the changeset viewer.