- Made the desktop port and the mobile port of the game use different threads when processing multiple achievements (otherwise the game tends to freeze).

This commit is contained in:
Agetian
2016-12-23 07:13:07 +00:00
parent 8049783598
commit 9d0e8b8096
4 changed files with 31 additions and 10 deletions

View File

@@ -58,6 +58,11 @@ public class GuiDesktop implements IGuiBase {
return true;
}
@Override
public boolean isLibgdxPort() {
return false;
}
@Override
public String getCurrentVersion() {
return BuildInfo.getVersionString();