mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Remove comment
This commit is contained in:
parent
ca4e3a2c2d
commit
9c198282be
@ -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];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user