Skip to content

Commit 98036b8

Browse files
authored
Merge pull request #87 from KieranChandler/86-fix_asyncloading_crash
#86 - Fix AsyncLoading crash
2 parents 9311b51 + fcd5ae6 commit 98036b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BLUI.uplugin

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"CreatedByURL": "github.com/aaronShea",
1010
"DocsURL": "https://github.com/getnamo/BLUI",
1111
"EnabledByDefault" : true,
12-
"CanContainContent": "true",
12+
"CanContainContent": true,
1313
"Modules":
1414
[
1515
{
1616
"Name" : "BluLoader",
1717
"Type" : "Runtime",
1818
"LoadingPhase" : "PreDefault",
19-
"BlacklistPlatforms" : ["Android", "iOS"]
19+
"BlacklistPlatforms" : ["Android", "IOS"]
2020
},
2121
{
2222
"Name": "Blu",
2323
"Type": "Runtime",
2424
"LoadingPhase": "PreDefault",
25-
"BlacklistPlatforms": ["Android", "iOS" ]
25+
"BlacklistPlatforms": ["Android", "IOS" ]
2626
}
2727
]
2828
}

0 commit comments

Comments
 (0)