Renamed AtomMaxFileSize to DefaultMaxFileSize (#4067)
Signed-off-by: srikappa-amzn <srikappa@amazon.com>
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ namespace AZ
|
||||
{
|
||||
rapidjson::Document jsonDoc;
|
||||
|
||||
auto readJsonResult = JsonSerializationUtils::ReadJsonFile(pathToAssetListJson, AZ::RPI::JsonUtils::AtomMaxFileSize);
|
||||
auto readJsonResult = JsonSerializationUtils::ReadJsonFile(pathToAssetListJson, AZ::RPI::JsonUtils::DefaultMaxFileSize);
|
||||
|
||||
if (!readJsonResult.IsSuccess())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user