Skip to content

Commit

Permalink
fixed a wrong package declaraction
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Jul 3, 2022
1 parent 72fffd4 commit a376c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/main/kotlin/extensions/dsl/ButtonDsl.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import arc.scene.ui.*
import arc.scene.ui.layout.*
import arc.util.Scaling
import com.github.mnemotechnician.mkui.extensions.groups.child
import com.github.mnemotechnician.mkui.ui.element.ToggleButton
import mindustry.ui.Styles
import ui.element.ToggleButton

/** Adds a custom button constructed by a lambda and returns the created cell */
inline fun Table.customButton(
Expand Down
2 changes: 1 addition & 1 deletion lib/src/main/kotlin/ui/element/ToggleButton.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ui.element
package com.github.mnemotechnician.mkui.ui.element

import arc.scene.ui.Button
import arc.scene.ui.layout.Cell
Expand Down

0 comments on commit a376c62

Please sign in to comment.