2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:04:56 +00:00

Update submodules

This commit is contained in:
Jack Andersen
2016-12-10 15:51:51 -10:00
parent b12b858f3d
commit f0b73d268d
3 changed files with 3 additions and 3 deletions

2
hecl/extern/athena vendored

Submodule hecl/extern/athena updated: 3371af733e...ed7161b7f8

2
hecl/extern/boo vendored

Submodule hecl/extern/boo updated: fa45c6750a...25fadc7348

View File

@@ -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;