Re-enable mat maker's editor plugin.

This commit is contained in:
Relintai 2022-06-15 10:34:09 +02:00
parent 764c285223
commit d642c0ad79

View File

@ -62,7 +62,7 @@ void register_material_maker_types() {
Engine::get_singleton()->add_singleton(Engine::Singleton("MMAlgos", _MMAlgos::get_singleton())); Engine::get_singleton()->add_singleton(Engine::Singleton("MMAlgos", _MMAlgos::get_singleton()));
#if TOOLS_ENABLED #if TOOLS_ENABLED
//EditorPlugins::add_by_type<MaterialMakerEditorPlugin>(); EditorPlugins::add_by_type<MaterialMakerEditorPlugin>();
#endif #endif
} }