From d53a7a5fc4dfff40192385222bee9ce897a54231 Mon Sep 17 00:00:00 2001 From: tom lee Date: Wed, 19 Jan 2022 23:33:09 +0800 Subject: [PATCH] Update core --- .../common/wrappers/worldGeneration/ExperimentalGenerator.java | 2 +- core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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