v0.9.4: switched from spaces to tabs in new iOS code

This commit is contained in:
Evan Debenham 2021-07-08 14:36:59 -04:00
parent 5ad6594786
commit 603f91d10f
2 changed files with 159 additions and 158 deletions

View File

@ -43,6 +43,7 @@ public class IOSLauncher extends IOSApplication.Delegate {
Game.versionCode = 0;
}
if (UpdateImpl.supportsUpdates()) {
Updates.service = UpdateImpl.getUpdateService();
}