Split StyleHelper.h into a header and source file (#4614)
* Split StyleHelper.h into a header and source file Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com> * Missing file from commit Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com> * Removed incorrect path Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com> * Fixed includes Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com> * Removed unnecessary comment Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com> * Missing include Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
@@ -226,7 +226,6 @@ namespace ScriptCanvasEditor
|
||||
auto dataTypeIter = m_containerDataTypeSets.find(workingCrc);
|
||||
if (dataTypeIter == m_containerDataTypeSets.end())
|
||||
{
|
||||
// No idea wtf do here we've managed to put ourselves into an invalid state
|
||||
AZ_Error("ScriptCanvas", false, "Unknown partial type found in Container Creation. Aborting.");
|
||||
close();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user