mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
more hangul improvements
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -29,7 +29,6 @@ class Terragen(world: GameWorld, seed: Long, params: Any) : Gen(world, seed, par
|
|||||||
|
|
||||||
generationStarted = true
|
generationStarted = true
|
||||||
|
|
||||||
// single-threaded impl because I couldn't resolve multithread memory corruption issue...
|
|
||||||
(0 until world.width).sliceEvenly(genSlices).mapIndexed { i, xs ->
|
(0 until world.width).sliceEvenly(genSlices).mapIndexed { i, xs ->
|
||||||
genFutures[i] = ThreadExecutor.submit {
|
genFutures[i] = ThreadExecutor.submit {
|
||||||
val localJoise = getGenerator(seed, params as TerragenParams)
|
val localJoise = getGenerator(seed, params as TerragenParams)
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user