diff options
Diffstat (limited to 'src/texture.hpp')
| -rw-r--r-- | src/texture.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/texture.hpp b/src/texture.hpp index 0a9c9e6..f8ceaed 100644 --- a/src/texture.hpp +++ b/src/texture.hpp @@ -4,7 +4,6 @@ class Texture { public: - unsigned int id, VAO, VBO; - Texture(const char* texturePath, unsigned int VAO, unsigned int VBO); - void draw(float x, float y, float width, float height); + unsigned int id; + Texture(const char* texture_path); }; |
