We don't need jvm overloads here

This commit is contained in:
DBotThePony 2024-01-09 14:40:03 +07:00
parent 6ff737a315
commit aa93150f09
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -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, val screen: S,
parent: EditablePanel<*>?, parent: EditablePanel<*>?,