Graphics: Don't unbind shader
This commit is contained in:
parent
e93e1fd292
commit
b729da249b
|
@ -191,7 +191,6 @@ public:
|
||||||
screenQuad.draw();
|
screenQuad.draw();
|
||||||
|
|
||||||
glState.blendMode.pop();
|
glState.blendMode.pop();
|
||||||
shader.unbind();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef RGSS2
|
#ifdef RGSS2
|
||||||
|
|
Loading…
Reference in New Issue