Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 14, 2006, 12:13:16 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: no more seg-fault when copying a Texture

File:
1 edited

Legend:

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

    r8363 r8376  
    2626  Texture(const std::string& imageName, GLenum target = GL_TEXTURE_2D);
    2727  Texture(SDL_Surface* surface, GLenum target = GL_TEXTURE_2D);
     28
     29  Texture& operator=(const Texture& texture);
    2830
    2931  virtual ~Texture();
Note: See TracChangeset for help on using the changeset viewer.