iOS Support (#113)

undefined
This commit is contained in:
Brent
2024-01-22 09:22:41 -06:00
committed by GitHub
parent 90a15340b1
commit afe875e4fa
109 changed files with 6523 additions and 1105 deletions

View File

@@ -18,7 +18,9 @@ HumanoidModel::HumanoidModel(float a, float b):
m_leg1(0, 16),
m_leg2(0, 16)
{
field_20 = false;
field_234 = 0;
field_20 = false;
m_head.setModel(this);
m_body.setModel(this);

View File

@@ -22,7 +22,7 @@ public:
void setBrightness(float) override;
public:
bool field_20 = false;
bool field_20;
ModelPart m_head, m_body, m_arm1, m_arm2, m_leg1, m_leg2;
bool field_234;
bool field_235;