Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuusKemperman committed Aug 11, 2024
1 parent d56bd0c commit 2812b18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/UnitTests/LevelAndPrefabSerializationUnitTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,8 @@ namespace
MetaType type = MetaType{ MetaType::T<EntityRefTestComponent>{}, "EntityRefTestComponent" };
type.GetProperties().Add(Props::sNoInspectTag);

type.AddField(&EntityRefTestComponent::mReferenceEntity, "mReferenceEntity");

ReflectComponentType<EntityRefTestComponent>(type);
return type;
}
Expand Down

0 comments on commit 2812b18

Please sign in to comment.