mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-22 16:30:51 +01:00
Remove faulty changes
This commit is contained in:
parent
b19d8baab4
commit
813fda45e5
@ -114,7 +114,7 @@ public class UnityWebModifyer {
|
||||
|
||||
contents = insertFrameworkCode(contents, 0, "js_code/unity_code.js");
|
||||
|
||||
String exportSearch = "Module.asmLibraryArg,buffer);Module[\\\"asm\\\"]=asm;";
|
||||
String exportSearch = "Module.asmLibraryArg,buffer);Module[\"asm\"]=asm;";
|
||||
int exportIndex = contents.indexOf(exportSearch) + exportSearch.length();
|
||||
contents = insertFrameworkCode(contents, exportIndex, "js_code/unity_exports.js");
|
||||
|
||||
@ -150,7 +150,7 @@ public class UnityWebModifyer {
|
||||
" else {\n" +
|
||||
" a.responseHeaders[e] = o.getResponseHeader(e)\n" +
|
||||
" }");
|
||||
|
||||
|
||||
BufferedWriter writer = new BufferedWriter(new FileWriter(loaderFile));
|
||||
writer.write(contents);
|
||||
writer.close();
|
||||
|
Loading…
Reference in New Issue
Block a user