Increase speed in framework
This commit is contained in:
parent
ea9ed59165
commit
025341336d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue