+1
-1
@@ -23,7 +23,7 @@
|
||||
|
||||
namespace AtomToolsFramework
|
||||
{
|
||||
//!Base class for Atom tools to inherit from
|
||||
//! Base class for Atom tools to inherit from
|
||||
class AtomToolsApplication
|
||||
: public AzFramework::Application
|
||||
, public AzQtComponents::AzQtApplication
|
||||
|
||||
@@ -158,8 +158,6 @@ namespace AtomToolsFramework
|
||||
|
||||
AZStd::vector<AZStd::string> AtomToolsApplication::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>({});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user