Fix correct shader activation on AA chapter.

This commit is contained in:
Joey de Vries
2022-07-11 16:51:04 +02:00
parent 08b51d57c0
commit 6159792dec

View File

@@ -200,7 +200,7 @@ int main()
// shader configuration
// --------------------
shader.use();
screenShader.use();
screenShader.setInt("screenTexture", 0);
// render loop