fix strange unfinished coding bug

This commit is contained in:
Josh Holtrop 2011-02-08 17:13:16 -05:00
parent 6caa9c9120
commit 396400c18c

View File

@ -163,8 +163,8 @@ class Vector
{
return Vector(
m_array[0] / scale,
m_array[0] / scale,
m_array[0] / scale);
m_array[1] / scale,
m_array[2] / scale);
}
Vector & operator+=(const Vector & v2)