Fix AssetProcessor crash on Mac
This commit is contained in:
+2
-3
@@ -388,9 +388,8 @@ namespace ScriptCanvas
|
||||
{
|
||||
AZ::ScriptCanvasAttributes::HiddenIndices uniqueIdIndex = { 0 };
|
||||
|
||||
auto builder = behaviorContext->Class<EventSender>("Unit Testing")
|
||||
->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common)
|
||||
;
|
||||
auto builder = behaviorContext->Class<EventSender>("Unit Testing");
|
||||
builder->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common);
|
||||
|
||||
builder->Method("Add Failure", &EventSender::AddFailure, { { {"", "", behaviorContext->MakeDefaultValue(UniqueId)}, {"Report", "additional notes for the test report"} } })
|
||||
->Attribute(AZ::ScriptCanvasAttributes::HiddenParameterIndex, uniqueIdIndex)
|
||||
|
||||
Reference in New Issue
Block a user