Skip to content
Snippets Groups Projects
Commit fc011ab2 authored by Woohyung Choi's avatar Woohyung Choi
Browse files

Delete NewLine.

parent ad1d77a5
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,6 @@ void scroll_callback(GLFWwindow* window, double xoffset, double yoffset) ...@@ -149,7 +149,6 @@ void scroll_callback(GLFWwindow* window, double xoffset, double yoffset)
camera.ProcessMouseScroll(yoffset); camera.ProcessMouseScroll(yoffset);
} }
void Scene1(GLFWwindow *window) void Scene1(GLFWwindow *window)
{ {
auto cam_programID = build_program("Camera"); auto cam_programID = build_program("Camera");
...@@ -360,7 +359,6 @@ void Scene2(GLFWwindow *window) ...@@ -360,7 +359,6 @@ void Scene2(GLFWwindow *window)
table_top->set_material(cubeMaterial); table_top->set_material(cubeMaterial);
} }
while (!glfwWindowShouldClose(window)) while (!glfwWindowShouldClose(window))
{ {
double currentFrame = glfwGetTime(); double currentFrame = glfwGetTime();
...@@ -454,7 +452,6 @@ void Scene3(GLFWwindow *window) ...@@ -454,7 +452,6 @@ void Scene3(GLFWwindow *window)
wall_2->set_material(wallMaterial); wall_2->set_material(wallMaterial);
} }
while (!glfwWindowShouldClose(window)) while (!glfwWindowShouldClose(window))
{ {
double currentFrame = glfwGetTime(); double currentFrame = glfwGetTime();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment