mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
== fix
This commit is contained in:
parent
8abb72939b
commit
e2bc29cf9c
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ public:
|
||||||
for (int i = 0; i < mList.mSize; i++)
|
for (int i = 0; i < mList.mSize; i++)
|
||||||
if (mList[i] != rhs.mList[i])
|
if (mList[i] != rhs.mList[i])
|
||||||
return false;
|
return false;
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue