Updated remaining Project Configurator references to Project Manager.
Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ namespace AZ
|
||||
ActivateSceneModule(SceneProcessing::s_sceneDataModule);
|
||||
ActivateSceneModule(SceneProcessing::s_sceneBuilderModule);
|
||||
|
||||
// Defaults in case there's no config setup in the Project Configurator.
|
||||
// Defaults in case there's no config setup in the Project Manager.
|
||||
m_softNames.push_back(aznew NodeSoftNameSetting("^.*_[Ll][Oo][Dd]1(_optimized)?$", PatternMatcher::MatchApproach::Regex, "LODMesh1", true));
|
||||
m_softNames.push_back(aznew NodeSoftNameSetting("^.*_[Ll][Oo][Dd]2(_optimized)?$", PatternMatcher::MatchApproach::Regex, "LODMesh2", true));
|
||||
m_softNames.push_back(aznew NodeSoftNameSetting("^.*_[Ll][Oo][Dd]3(_optimized)?$", PatternMatcher::MatchApproach::Regex, "LODMesh3", true));
|
||||
|
||||
Reference in New Issue
Block a user