Merge branch 'kotlin-1.8' into kotlin-1.8.8

This commit is contained in:
octarine-noise
2016-01-30 12:24:50 +01:00
6 changed files with 13 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ class RenderLog : AbstractRenderColumn(BetterFoliageMod.MOD_ID) {
"x" -> Axis.X
"y" -> Axis.Y
"z" -> Axis.Z
else -> null
else -> if (Config.roundLogs.defaultY) Axis.Y else null
}
}