v2.1.3: adjusted error logging in a few places

This commit is contained in:
Evan Debenham
2023-06-22 15:01:47 -04:00
parent beee1fadac
commit fcc136e2eb
2 changed files with 9 additions and 1 deletions

View File

@@ -525,6 +525,7 @@ public class Bundle {
// Some of these are written in a 'minified' format, some have duplicate keys.
// We read them in with the libGDX JSON code, fix duplicates, write as full JSON
// and then try to read again with org.json
Game.reportException(e);
JsonValue gdxJSON = new JsonReader().parse(jsonString);
killDuplicateKeysInLibGDXJSON(gdxJSON);
json = new JSONTokener(gdxJSON.prettyPrint(JsonWriter.OutputType.json, 0)).nextValue();