Disable mat maker's editor plugin for now.

This commit is contained in:
Relintai 2022-06-14 18:57:33 +02:00
parent 38b918c515
commit 4e43137471

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
} }