Skip to content

Commit

Permalink
Fix regression on activate behavior action parameter (#6639)
Browse files Browse the repository at this point in the history
Don't show in changelog
  • Loading branch information
D8H authored Jun 7, 2024
1 parent c0e6d98 commit 012e625
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions newIDE/app/src/EventsSheet/ParameterFields/ObjectField.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ const getRequiredBehaviorTypes = (
break;
}
const behaviorType = behaviorParameter.getExtraInfo();
if (behaviorType.length === "") {
continue;
}
const behaviorMetadata = gd.MetadataProvider.getBehaviorMetadata(
platform,
behaviorType
Expand Down

0 comments on commit 012e625

Please sign in to comment.