summaryrefslogtreecommitdiff
path: root/texture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'texture.cpp')
-rw-r--r--texture.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/texture.cpp b/texture.cpp
index c8c5541..52ed861 100644
--- a/texture.cpp
+++ b/texture.cpp
@@ -1,7 +1,6 @@
-#include <SDL/SDL_opengl.h>
+#include <SFML/Window/OpenGL.hpp>
#include <stdexcept>
#include "texture.h"
-#include <stdio.h>
void Texture::bind() const {
glBindTexture(GL_TEXTURE_2D, texture);