some minor touches

This commit is contained in:
minjaesong
2019-08-26 16:47:30 +09:00
parent 2a2e63e10a
commit 79fb81f757
2 changed files with 6 additions and 6 deletions

View File

@@ -162,7 +162,7 @@ interface NoiseMaker {
object BiomeMaker : NoiseMaker {
override val sampleDensity = HEIGHT.toDouble() // 24: magic number from old code
override val sampleDensity = 24.0 // 24: magic number from old code
override fun draw(x: Int, y: Int, noiseValue: Double, outTex: Pixmap) {
val colPal = biomeColors