Remove comment

This commit is contained in:
Christian Semmler 2024-03-05 14:22:56 -05:00
parent ca4e3a2c2d
commit 9c198282be

View File

@ -35,7 +35,6 @@ class Mx3DPointFloat : public Vector3 {
inline Mx3DPointFloat& operator=(const Mx3DPointFloat& p_other)
{
((Vector3&) *this).operator=(p_other);
// EqualsImpl(p_other.m_data);
for (size_t i = 0; i < sizeof(m_elements) / sizeof(float); i++) {
m_elements[i] = p_other.m_elements[i];