mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-08 04:41:51 +09:00
some minor touches
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user