Merge branch 'main' into LY-110648
This commit is contained in:
@@ -713,7 +713,7 @@ namespace AssetUtilities
|
||||
}
|
||||
|
||||
// Update Settings Registry with new token
|
||||
AZStd::string azNewAllowedList{ newAllowedList.join(', ').toUtf8().constData() };
|
||||
AZStd::string azNewAllowedList{ newAllowedList.join(',').toUtf8().constData() };
|
||||
settingsRegistry->Set(allowedListKey, azNewAllowedList);
|
||||
|
||||
return AssetUtilsInternal::DumpAssetProcessorUserSettingsToFile(*settingsRegistry, assetProcessorUserSetregPath);
|
||||
|
||||
Reference in New Issue
Block a user