Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 12, 2006, 8:25:16 AM (18 years ago)
Author:
bensch
Message:

trunk: gl_multi_texture check in the material. This should resolve the Material::select() bug

File:
1 edited

Legend:

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

    r9869 r9882  
    5050  static void setTextureEnableState(bool texturesEnabled);
    5151  /** @returns true if Textures are enabled */
    52   inline static bool getTextureEnableState() { return Texture::texturesEnabled; };
     52  static bool getTextureEnableState() { return Texture::texturesEnabled; };
    5353  // Utility functionality:
    5454  static SDL_Surface* prepareSurface(SDL_Surface* input, bool& hasAlpha);
Note: See TracChangeset for help on using the changeset viewer.