more hangul improvements

This commit is contained in:
minjaesong
2020-05-01 17:13:46 +09:00
parent 961e375234
commit 1ea7b9f1f6
4 changed files with 4 additions and 5 deletions

Binary file not shown.

View File

@@ -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.