Oops remove random semicolon

This commit is contained in:
desyncfy
2024-06-23 14:50:55 -07:00
parent 5995e59178
commit 234fa32386

View File

@@ -35,7 +35,7 @@ class Menu : Screen(Text.literal("SciFy Menu")) {
) )
val texture = Identifier("scify", "scify.png") val texture = Identifier("scify", "scify.png")
context.drawTexture(texture, width / 2 - 32, 20, 0F, 0F, 64, 64, 64, 64); context.drawTexture(texture, width / 2 - 32, 20, 0F, 0F, 64, 64, 64, 64)
} }
public override fun init() { public override fun init() {