Changeset 8144 in orxonox.OLD for branches/gui/src/lib/graphics/importer/texture.h
- Timestamp:
- Jun 4, 2006, 7:55:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/graphics/importer/texture.h
r7790 r8144 34 34 bool setSurface(SDL_Surface* newSurface); 35 35 /** @returns true if the Surface has an Alpha Value. */ 36 bool setAlpha(bool hasAlpha) { this->bAlpha = hasAlpha; };36 bool setAlpha(bool hasAlpha) { this->bAlpha = hasAlpha; return this->bAlpha; }; 37 37 bool setTexture(GLuint texture); 38 38
Note: See TracChangeset
for help on using the changeset viewer.