Skip to content

Commit

Permalink
fix fabric rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
tasgon committed Sep 1, 2024
1 parent b749b95 commit abedb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/src/main/kotlin/observable/fabric/Client.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Client : ClientModInitializer {
override fun onInitializeClient() {
Observable.clientInit()

WorldRenderEvents.END.register {
WorldRenderEvents.LAST.register {
val stack = it.matrixStack() ?: return@register
val projection = it.projectionMatrix()
Overlay.render(stack, it.tickCounter().getGameTimeDeltaPartialTick(true), projection)
Expand Down

0 comments on commit abedb0c

Please sign in to comment.