Fix exhaustive when error in :ring:compileKotlinNative
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user