mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
missed index increment
This commit is contained in:
parent
187c6528a9
commit
03cfff361a
@ -138,6 +138,7 @@ namespace Twiglet.CS2J.Translator
|
|||||||
int i = 0;
|
int i = 0;
|
||||||
for (Object el : this) {
|
for (Object el : this) {
|
||||||
ret[i] = el;
|
ret[i] = el;
|
||||||
|
i++;
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user