mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-03-03 11:54:20 +01:00
Disable mat maker's editor plugin for now.
This commit is contained in:
parent
38b918c515
commit
4e43137471
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user