mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
changes on macosx
mac picked up a couple of left over issues.
This commit is contained in:
parent
7c7e3c8bf8
commit
815832152d
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ public:
|
|||
|
||||
inline bool twoIndices::operator==(const twoIndices& _test) const
|
||||
{
|
||||
return ((i1 == _test.i1) && (i2 == _test.i2) || (i1 == _test.i2) && (i2 == _test.i1));
|
||||
return (((i1 == _test.i1) && (i2 == _test.i2)) || ((i1 == _test.i2) && (i2 == _test.i1)));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue