We don't need jvm overloads here
This commit is contained in:
parent
6ff737a315
commit
aa93150f09
@ -58,7 +58,7 @@ data class Rect2f(val x: Float, val y: Float, val width: Float, val height: Floa
|
||||
}
|
||||
}
|
||||
|
||||
open class EditablePanel<out S : Screen> @JvmOverloads constructor(
|
||||
open class EditablePanel<out S : Screen>(
|
||||
val screen: S,
|
||||
parent: EditablePanel<*>?,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user