From 1feb5dd5ceb44e2647abc52a13d05f62bf4c903c Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 4 Apr 2010 13:40:12 +0200 Subject: renamed texture_plain to texture --- src/base/texture_transparent.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/base/texture_transparent.hpp') diff --git a/src/base/texture_transparent.hpp b/src/base/texture_transparent.hpp index 9cb8bba4..dae69d44 100644 --- a/src/base/texture_transparent.hpp +++ b/src/base/texture_transparent.hpp @@ -27,16 +27,16 @@ #ifndef TEXTURE_TRANSPARENT_HPP #define TEXTURE_TRANSPARENT_HPP -#include "texture_plain.hpp" +#include "texture.hpp" namespace usdx { /** * This class represents a texture like TexturePlain but with the * ability to set a alpha value to paint this texture transparent. - * @see: TexturePlain + * @see: Texture */ - class TextureTransparent : public TexturePlain + class TextureTransparent : public Texture { private: float alpha; -- cgit v1.2.3