diff --git a/projects/first_triangle/src/main.cpp b/projects/first_triangle/src/main.cpp index d9c16d57143bfe32c30c3db0d2f79755e28fea68..ac6e3325ea32daa1242d068ea698baff5466e22f 100644 --- a/projects/first_triangle/src/main.cpp +++ b/projects/first_triangle/src/main.cpp @@ -120,7 +120,7 @@ int main(int argc, const char** argv) { camera.lookAt(position, center, up); break; default: - __nop;//std::cout << "this key is not supported yet: " << std::endl; + break;//std::cout << "this key is not supported yet: " << std::endl; } });