mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 10:25:06 -04:00
fix build
This commit is contained in:
parent
c70a88d78d
commit
533046e7ff
@ -81,7 +81,7 @@ object RegistriesUtil {
|
||||
worker.work(latch)
|
||||
}
|
||||
|
||||
fun Registries.optimize(latch: CountUpAndDownLatch) {
|
||||
fun Registries.optimize(latch: AbstractLatch) {
|
||||
val worker = UnconditionalWorker()
|
||||
for (field in types.values) {
|
||||
worker += { field.get(this).unsafeCast<Registry<*>>().optimize() }
|
||||
|
Loading…
x
Reference in New Issue
Block a user