Increase speed in framework

This commit is contained in:
hal8174 2024-05-13 00:49:15 +02:00
parent ea9ed59165
commit 025341336d

View file

@ -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;