mirror of https://github.com/AxioDL/metaforce.git
Update submodules
This commit is contained in:
parent
b12b858f3d
commit
f0b73d268d
|
@ -1 +1 @@
|
|||
Subproject commit 3371af733eb4dbc088ee3cc4a2c8bdcfca1e8f48
|
||||
Subproject commit ed7161b7f85563ad24e347cffd0fee3ddbe7da95
|
|
@ -1 +1 @@
|
|||
Subproject commit fa45c6750a0d9d876341017a7e2b4915afa90369
|
||||
Subproject commit 25fadc73481b5cbda6c1473c84a1b2c00ec3d468
|
|
@ -192,7 +192,7 @@ public:
|
|||
if (idx + Length > size())
|
||||
return -1;
|
||||
bool good = true;
|
||||
for (int i = 0; i < Length; ++i) {
|
||||
for (unsigned i = 0; i < Length; ++i) {
|
||||
int ThisIdx = idx + i;
|
||||
if (!test(ThisIdx)) {
|
||||
good = false;
|
||||
|
|
Loading…
Reference in New Issue