Skip to content

Commit

Permalink
fix render test loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Bixilon committed Dec 18, 2023
1 parent b199ba8 commit f5fd854
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down

0 comments on commit f5fd854

Please sign in to comment.