mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-09 13:21:51 +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
|
||||
|
||||
// single-threaded impl because I couldn't resolve multithread memory corruption issue...
|
||||
(0 until world.width).sliceEvenly(genSlices).mapIndexed { i, xs ->
|
||||
genFutures[i] = ThreadExecutor.submit {
|
||||
val localJoise = getGenerator(seed, params as TerragenParams)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user