From 025341336d0de4ffefc51f88393102d70c1237da Mon Sep 17 00:00:00 2001 From: hal8174 Date: Mon, 13 May 2024 00:49:15 +0200 Subject: [PATCH] Increase speed in framework --- Framework/include/application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/include/application.h b/Framework/include/application.h index 9b77d5a..713af4c 100644 --- a/Framework/include/application.h +++ b/Framework/include/application.h @@ -130,7 +130,7 @@ protected: double clickX = 0; double clickY = 0; - float speed = 1; + float speed = 10; Vec3f moveDelta = {0, 0, 0}; RayStats* g_stats = nullptr;