aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/je_texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/je_texture.h')
-rw-r--r--src/libjin/Graphics/je_texture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Graphics/je_texture.h b/src/libjin/Graphics/je_texture.h
index dff3f40..e47ad58 100644
--- a/src/libjin/Graphics/je_texture.h
+++ b/src/libjin/Graphics/je_texture.h
@@ -6,7 +6,7 @@
#include "GLee/GLee.h"
#include "je_color.h"
-#include "je_graphic_single.h"
+#include "je_graphic.h"
#include "je_bitmap.h"
namespace JinEngine
@@ -17,7 +17,7 @@ namespace JinEngine
///
///
///
- class Texture: public GraphicSingle
+ class Texture: public Graphic
{
public:
///