KTX 1.11.0-rc1
The first stable release to support libGDX 1.11.0.
- [UPDATE] Updated to libGDX 1.11.0.
- [MISC] Gradle dependencies changed from compile-only to API scope.
- [FEATURE] (
ktx-app
) AddedgdxError
utility that throws aGdxRuntimeException
. - [FIX] (
ktx-assets-async
) Fixed a niche bug withAsyncAssetManager
which could lead to missed custom user callbacks after attempting to load the same asset concurrently withloadAsync
.