mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 23:10:26 +00:00
fixed non-transparent screenshot background
This commit is contained in:
parent
3d76e90584
commit
261f039ed6
@ -187,7 +187,7 @@ renderbuffer::~renderbuffer() {
|
||||
void renderbuffer::clear(color_t col) {
|
||||
#if CAP_GL
|
||||
if(FramebufferName) {
|
||||
setGLProjection(0);
|
||||
setGLProjection(col);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user