Skip to content

Commit

Permalink
removed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Jan 24, 2025
1 parent 5fb6e02 commit 59d580e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fxgl/src/main/kotlin/com/almasb/fxgl/app/Engine.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ internal class Engine(val settings: ReadOnlyGameSettings) {
log.debug("Architecture: $operatingSystemArchitecture")
log.info("Source code and latest versions at: https://github.com/AlmasB/FXGL")
log.info(" Ask questions and discuss at: https://github.com/AlmasB/FXGL/discussions")
log.info(" Join the FXGL chat at: https://gitter.im/AlmasB/FXGL")
}

fun <T : EngineService> getService(serviceClass: Class<T>): T {
Expand Down

0 comments on commit 59d580e

Please sign in to comment.