mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-05 23:36:06 +00:00
fix depth tracker from MetaListLikePreprocessor
This commit is contained in:
@@ -84,7 +84,7 @@ public class MetaListLikePreprocessor extends MetaPreprocessor<Meta> {
|
||||
depthTracker.addIntrinsicLevel(level -> {
|
||||
if(level instanceof IndexLevel indexLevel &&
|
||||
indexLevel.getIndex() >= begin &&
|
||||
indexLevel.getIndex() < end) {
|
||||
indexLevel.getIndex() <= end) {
|
||||
String configName;
|
||||
if(pair.getLeft().getName() == null) {
|
||||
configName = "Anonymous Configuration";
|
||||
|
||||
Reference in New Issue
Block a user