Moving comments

Signed-off-by: Dayo Lawal <lawalfua@amazon.com>
This commit is contained in:
Dayo Lawal
2021-07-27 13:42:48 -05:00
parent 5cb001dffd
commit 4b0527c07f
5 changed files with 4 additions and 7 deletions
@@ -113,8 +113,6 @@ namespace MaterialEditor
AZStd::vector<AZStd::string> MaterialEditorApplication::GetCriticalAssetFilters() const
{
// List of common asset filters for things that need to be compiled to run the material editor
// Some of these things will not be necessary once we have proper support for queued asset loading and reloading
return AZStd::vector<AZStd::string>({ "passes/", "config/", "MaterialEditor" });
}