aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/sprite.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/YAGE/sprite.hpp')
-rw-r--r--include/YAGE/sprite.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/YAGE/sprite.hpp b/include/YAGE/sprite.hpp
index 8abc339a..fa214686 100644
--- a/include/YAGE/sprite.hpp
+++ b/include/YAGE/sprite.hpp
@@ -1,7 +1,7 @@
#ifndef SPRITE_HPP
#define SPRITE_HPP
-#include "gltexture.hpp"
+#include "texture.hpp"
#include <GL/glew.h>
@@ -18,7 +18,7 @@ private:
float width_;
float height_;
GLuint vbo_id_ = 0;
- GlTexture texture_;
+ Texture texture_;
public:
Sprite();
~Sprite();