Skip to content

Commit

Permalink
Update KeyBinding.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineMachiner committed May 23, 2024
1 parent 38a8226 commit 66bb225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/enginemachiner/harmony/KeyBinding.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object ModKeyBindings {

private val CATEGORY = "category.$MOD_NAME."

fun register( key: String, type: InputUtil.Type = InputUtil.Type.KEYSYM, glfwCode: Int = GLFW.GLFW_KEY_UNKNOWN, category: String ): KeyBinding {
fun register( key: String, category: String, type: InputUtil.Type = InputUtil.Type.KEYSYM, glfwCode: Int = GLFW.GLFW_KEY_UNKNOWN ): KeyBinding {

val preKey = "key.$MOD_NAME."

Expand Down

0 comments on commit 66bb225

Please sign in to comment.