Don't add SkeletonEditorPluginRemover to the editor.

This commit is contained in:
Relintai 2021-09-11 20:30:57 +02:00
parent 96e7615e01
commit 55d98daab2

View File

@ -28,7 +28,7 @@ SOFTWARE.
void register_skeleton_editor_types() { void register_skeleton_editor_types() {
#ifdef TOOLS_ENABLED #ifdef TOOLS_ENABLED
EditorPlugins::add_by_type<SkeletonEditorPluginRemover>(); //EditorPlugins::add_by_type<SkeletonEditorPluginRemover>();
#endif #endif
} }