We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb6e02 commit 59d580eCopy full SHA for 59d580e
fxgl/src/main/kotlin/com/almasb/fxgl/app/Engine.kt
@@ -59,7 +59,6 @@ internal class Engine(val settings: ReadOnlyGameSettings) {
59
log.debug("Architecture: $operatingSystemArchitecture")
60
log.info("Source code and latest versions at: https://github.com/AlmasB/FXGL")
61
log.info(" Ask questions and discuss at: https://github.com/AlmasB/FXGL/discussions")
62
- log.info(" Join the FXGL chat at: https://gitter.im/AlmasB/FXGL")
63
}
64
65
fun <T : EngineService> getService(serviceClass: Class<T>): T {
0 commit comments