Graphics: Don't unbind shader

This commit is contained in:
Jonas Kulla 2014-01-20 00:56:00 +01:00
parent e93e1fd292
commit b729da249b

View file

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