You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code
Artur K 2dff26ddb5
Fix asset type retrieval in AssetCatalogModel::GetAssetType (#4995)
* Fix asset type retrieval in AssetCatalogModel::GetAssetType

Previous logic would visit the next entry in m_extensionToAssetType map, if the previous entry had multiple types
 was only exiting the inner loop.

The main change is that now the first found matching asset type is returned.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>

* Apply reviewer's suggestions + reduce allocations.

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
4 years ago
..
Editor Fix asset type retrieval in AssetCatalogModel::GetAssetType (#4995) 4 years ago
Framework Added two complex prefab tests (#5089) 4 years ago
LauncherUnified LYN-6882 release builds are executing code in asserts (#4305) 5 years ago
Legacy Fixes debug console's "quit" issues (#4975) 4 years ago
Tools Merge pull request #5137 from aws-lumberyard-dev/Prism/integrate-crash-fix 4 years ago
CMakeLists.txt Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago