diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/EditablePanel.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/EditablePanel.kt index 8d951de0e..f646f67c0 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/EditablePanel.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/EditablePanel.kt @@ -58,7 +58,7 @@ data class Rect2f(val x: Float, val y: Float, val width: Float, val height: Floa } } -open class EditablePanel @JvmOverloads constructor( +open class EditablePanel( val screen: S, parent: EditablePanel<*>?,