Skip to content

Commit

Permalink
Merge pull request #87 from KieranChandler/86-fix_asyncloading_crash
Browse files Browse the repository at this point in the history
#86 - Fix AsyncLoading crash
  • Loading branch information
getnamo authored Sep 26, 2023
2 parents 9311b51 + fcd5ae6 commit 98036b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BLUI.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"CreatedByURL": "github.com/aaronShea",
"DocsURL": "https://github.com/getnamo/BLUI",
"EnabledByDefault" : true,
"CanContainContent": "true",
"CanContainContent": true,
"Modules":
[
{
"Name" : "BluLoader",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault",
"BlacklistPlatforms" : ["Android", "iOS"]
"BlacklistPlatforms" : ["Android", "IOS"]
},
{
"Name": "Blu",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"BlacklistPlatforms": ["Android", "iOS" ]
"BlacklistPlatforms": ["Android", "IOS" ]
}
]
}

0 comments on commit 98036b8

Please sign in to comment.