mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 08:25:31 +00:00
fix rangeloader singleton
This commit is contained in:
parent
411ef10c0c
commit
eb8bafe5d8
@ -40,7 +40,7 @@ public class RangeLoader implements TypeLoader<Range> {
|
||||
return new ConstantRange(map.get("min"), map.get("max"));
|
||||
} else {
|
||||
int h = configLoader.loadType(Integer.class, o, depthTracker);
|
||||
return new ConstantRange(h, h + 1);
|
||||
return new ConstantRange(h, h);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user