diff options
Diffstat (limited to 'pointsprite.cpp')
-rw-r--r-- | pointsprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pointsprite.cpp b/pointsprite.cpp index 85a61b9..314fc15 100644 --- a/pointsprite.cpp +++ b/pointsprite.cpp @@ -1,6 +1,6 @@ #include "pointsprite.h" -#include "SDL/SDL_opengl.h" +#include <SFML/Window/OpenGL.hpp> PointSprite::PointSprite(float _size, const Texture& _texture) : texture(_texture) { size = _size; |