Fix exhaustive when error in :ring:compileKotlinNative

This commit is contained in:
Nikolay Krasko
2022-02-28 15:56:18 +03:00
committed by teamcity
parent ac542d4c01
commit 0b4aea4103
@@ -96,6 +96,7 @@ open class OctoTree<T>(val depth: Int) {
}
nodes[branchIndex] = Branch(node.value, number(x, y, z, depth - 1))
}
else -> {}
}
if (nodes[branchIndex]!!.set(x, y, z, value, depth - 1)) {