diff --git a/LEGO1/realtime/vector.h b/LEGO1/realtime/vector.h index c73cd717..f609c7af 100644 --- a/LEGO1/realtime/vector.h +++ b/LEGO1/realtime/vector.h @@ -151,6 +151,7 @@ class Vector2 { virtual void SetVector(float* p_other) { EqualsImpl(p_other); } // vtable+0x70 // FUNCTION: LEGO1 0x10002260 + // FUNCTION: BETA10 0x100110c0 virtual void SetVector(const Vector2* p_other) { EqualsImpl(p_other->m_data); } // vtable+0x6c // Note: it's unclear whether Vector3::operator= has been defined explicitly