diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/ExperimentalGenerator.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/ExperimentalGenerator.java index 4b852499c..058caf1c1 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/ExperimentalGenerator.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/ExperimentalGenerator.java @@ -93,7 +93,7 @@ public class ExperimentalGenerator extends AbstractExperimentalWorldGeneratorWra // TODO: Make it so that lodDim allows feeding in a function to fast halt if // position generation is completed. - PosToGenerateContainer posToGenerate = lodDim.getPosToGenerate(estimatedSampleNeeded, playerPosX, playerPosZ, priority); + PosToGenerateContainer posToGenerate = lodDim.getPosToGenerate(estimatedSampleNeeded, playerPosX, playerPosZ, priority, mode); // Find the max number of iterations we need to go though. // We are checking one FarPos, and one NearPos per iterations. This ensure we diff --git a/core b/core index 22e47b973..914a76297 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 22e47b9734011c611056570be9b32f025a94fe08 +Subproject commit 914a76297ddda6eada69602be714e71a6f720bde