* Update dynamic hand logic.

This commit is contained in:
iProgramInCpp
2023-12-26 22:57:26 +02:00
parent 2c84d2730c
commit e9da87bfa0
4 changed files with 23 additions and 49 deletions

View File

@@ -35,11 +35,5 @@ public:
float field_1C;
float field_20;
TileRenderer m_tileRenderer;
float m_yawOffsVel;
float m_pitchOffsVel;
float m_yawOffs;
float m_pitchOffs;
float m_lastYawOffs;
float m_lastPitchOffs;
};