mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 17:09:19 +02:00
restored support for second movement speed control key, converter sound frequency calculation fix
This commit is contained in:
9
Camera.h
9
Camera.h
@@ -26,15 +26,6 @@ enum TCameraType
|
||||
class TCamera
|
||||
{
|
||||
private:
|
||||
struct keys {
|
||||
bool forward{ false };
|
||||
bool back{ false };
|
||||
bool left{ false };
|
||||
bool right{ false };
|
||||
bool up{ false };
|
||||
bool down{ false };
|
||||
bool run{ false };
|
||||
} m_keys;
|
||||
glm::dvec3 m_moverate;
|
||||
|
||||
public: // McZapkie: potrzebuje do kiwania na boki
|
||||
|
||||
Reference in New Issue
Block a user