mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-04 15:23:13 +02:00
chore
This commit is contained in:
parent
aeb44363a0
commit
adaee767e7
@ -109,7 +109,7 @@ void renderLoop(GLFWwindow* window)
|
|||||||
const float SECOND_COLOR = padaczkaSimulator();
|
const float SECOND_COLOR = padaczkaSimulator();
|
||||||
const float THIRD_COLOR = padaczkaSimulator();
|
const float THIRD_COLOR = padaczkaSimulator();
|
||||||
const float FOUR_COLOR = padaczkaSimulator();
|
const float FOUR_COLOR = padaczkaSimulator();
|
||||||
std::cout << FIRST_COLOR << std::endl;
|
|
||||||
glClearColor( FIRST_COLOR, SECOND_COLOR, THIRD_COLOR, FOUR_COLOR);
|
glClearColor( FIRST_COLOR, SECOND_COLOR, THIRD_COLOR, FOUR_COLOR);
|
||||||
glClear(GL_COLOR_BUFFER_BIT);
|
glClear(GL_COLOR_BUFFER_BIT);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user