From 620406ad66cfad8a17c9f0837241f91562076ed4 Mon Sep 17 00:00:00 2001
From: Tobias Frisch <tfrisch@uni-koblenz.de>
Date: Tue, 25 May 2021 12:06:01 +0200
Subject: [PATCH] [#35] Damn you, nop!

Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de>
---
 projects/first_triangle/src/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/first_triangle/src/main.cpp b/projects/first_triangle/src/main.cpp
index d9c16d57..ac6e3325 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;
         }
     });
 
-- 
GitLab