From c76b8476a6ea3666f32b44f3e9fecc5134c85af7 Mon Sep 17 00:00:00 2001 From: Matraf Date: Tue, 25 Jan 2022 23:19:17 +0100 Subject: [PATCH] deleted floor --- grafika_projekt/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafika_projekt/src/main.cpp b/grafika_projekt/src/main.cpp index e11389c..45c690c 100644 --- a/grafika_projekt/src/main.cpp +++ b/grafika_projekt/src/main.cpp @@ -238,7 +238,7 @@ void generateFishArray() { void keyboard(unsigned char key, int x, int y) { float angleSpeed = 10.f; - float moveSpeed = 10.0f; + float moveSpeed = 1.0f; glm::vec3 nextPosition; switch (key) {