mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-18 06:24:06 +09:00
updating Gdx.audio on separate thread
This commit is contained in:
@@ -17,7 +17,7 @@ import java.net.http.HttpResponse
|
||||
*/
|
||||
object CheckUpdate {
|
||||
|
||||
private val versionNumFull = App.getVERSION_STRING()
|
||||
private val versionNumFull = App.getVERSION_STRING_WITHOUT_SNAPSHOT()
|
||||
private val versionNumOnly = String.format(
|
||||
"%d.%d.%d",
|
||||
App.VERSION_RAW ushr 48,
|
||||
|
||||
Reference in New Issue
Block a user