Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
homchom committed Jun 27, 2024
1 parent 535937b commit 585705b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ data class ScreenRenderContext(
val tickDelta: Float
)

fun Screen.onRemove() = wrapFabricEvent(remove(this), ::Remove)
fun Screen.onRemove() = wrapFabricEvent(remove(this)) { Remove(it) }

1 comment on commit 585705b

@HellishBro
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how tf is this mistake even made

Please sign in to comment.