fixed non-transparent screenshot background

This commit is contained in:
Zeno Rogue
2019-02-06 16:37:20 +01:00
parent 3d76e90584
commit 261f039ed6
+1 -1
View File
@@ -187,7 +187,7 @@ renderbuffer::~renderbuffer() {
void renderbuffer::clear(color_t col) {
#if CAP_GL
if(FramebufferName) {
setGLProjection(0);
setGLProjection(col);
return;
}
#endif