Join Slack
Communities
Powered by
Yeah, of course this is a mistake `val game = game...
# tornadofx
b
borboss
04/29/2018, 6:25 PM
Yeah, of course this is a mistake
val game = gameProperty.value
should be replaced with
val game: Game get() = gameProperty.value
But still it does not work
Open in Slack
Previous
Next