fix strange unfinished coding bug
This commit is contained in:
parent
6caa9c9120
commit
396400c18c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user