mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
Update submodules
This commit is contained in:
2
hecl/extern/athena
vendored
2
hecl/extern/athena
vendored
Submodule hecl/extern/athena updated: 3371af733e...ed7161b7f8
2
hecl/extern/boo
vendored
2
hecl/extern/boo
vendored
Submodule hecl/extern/boo updated: fa45c6750a...25fadc7348
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user