aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/texture_transparent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/texture_transparent.hpp')
-rw-r--r--src/base/texture_transparent.hpp6
1 files changed, 3 insertions, 3 deletions
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;