fix Decal component name due to crash in SPEC-6561

This commit is contained in:
jromnoa
2021-04-27 16:38:26 -07:00
parent 7aeb9614de
commit 019eacc073
3 changed files with 209 additions and 206 deletions
@@ -172,7 +172,7 @@ def run():
material_asset = asset.AssetCatalogRequestBus(
bus.Broadcast, "GetAssetIdByPath", material_asset_path, math.Uuid(), False)
ComponentTests(
"Decal", lambda entity_obj: verify_set_property(
"Decal (Atom)", lambda entity_obj: verify_set_property(
entity_obj, "Settings|Decal Settings|Material", material_asset))
# DepthOfField Component