DEADSOFTWARE

Remove seed from default world config
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / model / world / generator / WorldGeneratorConfig.kt
index 251b9019611c3696503cd8ee5107541226139afe..ea34209617fc068790351dfa885339d4fdd372fe 100644 (file)
@@ -19,7 +19,7 @@ data class WorldGeneratorConfig(
         private const val DEFAULT_HEIGHT = 256
         private const val DEFAULT_MIN_BIOME_SIZE = 64
 
-        fun getDefaultWithSeed(seed: Long): WorldGeneratorConfig {
+        fun getDefaultWithSeed(): WorldGeneratorConfig {
             return WorldGeneratorConfig(
                 width = DEFAULT_WIDTH,
                 height = DEFAULT_HEIGHT,