changed border of scaling to black

This commit is contained in:
DaniTheSkunk 2022-11-07 23:52:50 +00:00
parent 82dd72b15c
commit 21c4d8ccdc
1 changed files with 1 additions and 1 deletions

View File

@ -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);