Fix camera glitch (#1031)

This commit is contained in:
Christian Semmler
2024-06-13 16:09:14 -04:00
committed by GitHub
parent e5d66d597d
commit dd1c11a933
4 changed files with 9 additions and 11 deletions

View File

@@ -138,7 +138,7 @@ public:
virtual void Mul(const float& p_value) { MulScalarImpl((float*) &p_value); } // vtable+0x5c
// FUNCTION: LEGO1 0x10002240
virtual void Div(float& p_value) { DivScalarImpl(&p_value); } // vtable+0x68
virtual void Div(const float& p_value) { DivScalarImpl((float*) &p_value); } // vtable+0x68
// FUNCTION: LEGO1 0x10002250
virtual void SetVector(float* p_other) { EqualsImpl(p_other); } // vtable+0x70