mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +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"));
|
return new ConstantRange(map.get("min"), map.get("max"));
|
||||||
} else {
|
} else {
|
||||||
int h = configLoader.loadType(Integer.class, o, depthTracker);
|
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