We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5699180 + bbd7c9b commit bb4763eCopy full SHA for bb4763e
editor/inspector/editor_inspector.cpp
@@ -3476,8 +3476,6 @@ void EditorInspector::add_inspector_plugin(const Ref<EditorInspectorPlugin> &p_p
3476
}
3477
3478
void EditorInspector::remove_inspector_plugin(const Ref<EditorInspectorPlugin> &p_plugin) {
3479
- ERR_FAIL_COND(inspector_plugin_count == MAX_PLUGINS);
3480
-
3481
int idx = -1;
3482
for (int i = 0; i < inspector_plugin_count; i++) {
3483
if (inspector_plugins[i] == p_plugin) {
0 commit comments