Graphics: Don't unbind shader

This commit is contained in:
Jonas Kulla 2014-01-20 00:56:00 +01:00
parent e93e1fd292
commit b729da249b
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ public:
screenQuad.draw(); screenQuad.draw();
glState.blendMode.pop(); glState.blendMode.pop();
shader.unbind();
} }
#ifdef RGSS2 #ifdef RGSS2