Add note on schem y normalisation

This commit is contained in:
dordsor21 2022-02-09 14:10:53 +00:00 committed by Jordan
parent 99fa3f403e
commit a100f497b5

View File

@ -261,6 +261,7 @@ public class HybridPlotWorld extends ClassicPlotWorld {
int worldHeight = getMaxGenHeight() - getMinGenHeight() + 1; int worldHeight = getMaxGenHeight() - getMinGenHeight() + 1;
// SCHEM_Y should be normalised to the plot "start" height
if (schematic3 != null) { if (schematic3 != null) {
if (schematic3.getClipboard().getDimensions().getY() == worldHeight) { if (schematic3.getClipboard().getDimensions().getY() == worldHeight) {
SCHEM_Y = plotY = 0; SCHEM_Y = plotY = 0;