changed border of scaling to black
This commit is contained in:
parent
82dd72b15c
commit
21c4d8ccdc
|
@ -232,7 +232,7 @@ public class Window extends BaseWindow {
|
|||
glBindFramebuffer(GL_FRAMEBUFFER, 0);
|
||||
glViewport(0, 0, windowSize.getX(), windowSize.getY());
|
||||
programScaler.use();
|
||||
glClearColor(0.0f, 1.0f, 0.0f, 1.0f);
|
||||
glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
|
||||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
|
||||
glBindTexture(GL_TEXTURE_2D, framebufferTex);
|
||||
|
|
Loading…
Reference in New Issue