This commit is contained in:
Krzysztof Rudnicki 2022-08-30 20:04:17 +02:00
parent aeb44363a0
commit adaee767e7

View File

@ -109,7 +109,7 @@ void renderLoop(GLFWwindow* window)
const float SECOND_COLOR = padaczkaSimulator();
const float THIRD_COLOR = padaczkaSimulator();
const float FOUR_COLOR = padaczkaSimulator();
std::cout << FIRST_COLOR << std::endl;
glClearColor( FIRST_COLOR, SECOND_COLOR, THIRD_COLOR, FOUR_COLOR);
glClear(GL_COLOR_BUFFER_BIT);