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.
* 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 | |
|---|---|---|
| .. | ||
| ComponentPalette | 4 years ago | |
| Outliner | 4 years ago | |
| AssetCatalogModel.cpp | 4 years ago | |
| AssetCatalogModel.h | 4 years ago | |
| QComponentEntityEditorMainWindow.cpp | 5 years ago | |
| QComponentEntityEditorMainWindow.h | 5 years ago | |
| QComponentEntityEditorOutlinerWindow.cpp | 5 years ago | |
| QComponentEntityEditorOutlinerWindow.h | 5 years ago | |
| QComponentLevelEntityEditorMainWindow.cpp | 5 years ago | |
| QComponentLevelEntityEditorMainWindow.h | 5 years ago | |