Properly update the outdated Rectangles, after downloading. Thanks Pk11!

This commit is contained in:
VoltZ
2019-11-07 05:16:55 +01:00
parent efdfda7d78
commit 1715b957a8
+1
View File
@@ -187,6 +187,7 @@ void ScriptBrowse::Logic(u32 hDown, u32 hHeld, touchPosition touch) {
DisplayMsg(fileName); DisplayMsg(fileName);
downloadToFile(infoJson[selection]["url"], Config::ScriptPath + titleFix + ".json"); downloadToFile(infoJson[selection]["url"], Config::ScriptPath + titleFix + ".json");
infoJson[selection]["curRevision"] = infoJson[selection]["revision"];
} }
} }