fix render test loader

This commit is contained in:
Moritz Zwerger 2023-12-18 22:46:19 +01:00
parent b199ba8446
commit f5fd854694
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -34,7 +34,8 @@ class DummyStaticTextureArray(context: RenderContext) : StaticTextureArray(conte
}
}
override fun load(latch: AbstractLatch?) {
override fun upload(latch: AbstractLatch?) {
super.upload(latch)
animator.init()
}