mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Fix another exception while rendering labels
This commit is contained in:
parent
299485eb96
commit
d49354bdac
|
@ -323,8 +323,7 @@ public class StatementRenderer implements ExprVisitor, StatementVisitor {
|
|||
blockIndexMap.add(mappedIndex);
|
||||
blockIds.add(RenderingUtil.indexToId(mappedIndex));
|
||||
}
|
||||
mappedIndex = blockIndexMap.get(index);
|
||||
return blockIds.get(mappedIndex);
|
||||
return blockIds.get(index);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user