lol
at v206 19 lines 504 B view raw
1diff --git a/src/System/window.cpp b/src/System/window.cpp 2index e9a099a..e3f6de9 100644 3--- a/src/System/window.cpp 4+++ b/src/System/window.cpp 5@@ -308,12 +308,12 @@ namespace window { 6 glEnable(GL_TEXTURE_2D); 7 8 if (shader) 9- shader->bind(); 10+ sf::Shader::bind(shader); 11 12 window_.draw(toBeDrawn, states); 13 14 if (shader) 15- shader->unbind(); 16+ sf::Shader::bind(NULL); 17 18 window_.popGLStates(); 19 glPopMatrix();