mirror of https://github.com/axmolengine/axmol.git
parent
4c5459660b
commit
ce4685c64f
|
@ -80,7 +80,7 @@ inline bool Vec4::operator<(const Vec4& v) const
|
||||||
{
|
{
|
||||||
if (y == v.y)
|
if (y == v.y)
|
||||||
{
|
{
|
||||||
if (z < v.z)
|
if (z == v.z)
|
||||||
{
|
{
|
||||||
if (w < v.w)
|
if (w < v.w)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue