feat: lifted player input mouse look speed to variable
This commit is contained in:
parent
2a083b6430
commit
53a5118079
2 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ public:
|
|||
|
||||
private:
|
||||
bool was_paused{ false };
|
||||
float mouselook_speed{ 0.0025f };
|
||||
};
|
||||
|
||||
#endif // !PLAYER_INPUT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue