mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
refactor by request
This commit is contained in:
parent
3bdce1f33e
commit
4fb67ed618
1 changed files with 1 additions and 5 deletions
|
|
@ -86,11 +86,7 @@ struct SceneBinRange
|
||||||
|
|
||||||
inline bool operator!=(const SceneBinRange& other) const
|
inline bool operator!=(const SceneBinRange& other) const
|
||||||
{
|
{
|
||||||
if (memcmp(minCoord, other.minCoord, sizeof(minCoord)) == 0 &&
|
return !(*this == other);
|
||||||
memcmp(maxCoord, other.maxCoord, sizeof(maxCoord)) == 0)
|
|
||||||
return false;
|
|
||||||
else
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue