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.
1 parent 53be3b7 commit bbd7c9bCopy full SHA for bbd7c9b
editor/inspector/editor_inspector.cpp
@@ -3475,8 +3475,6 @@ void EditorInspector::add_inspector_plugin(const Ref<EditorInspectorPlugin> &p_p
3475
}
3476
3477
void EditorInspector::remove_inspector_plugin(const Ref<EditorInspectorPlugin> &p_plugin) {
3478
- ERR_FAIL_COND(inspector_plugin_count == MAX_PLUGINS);
3479
-
3480
int idx = -1;
3481
for (int i = 0; i < inspector_plugin_count; i++) {
3482
if (inspector_plugins[i] == p_plugin) {
0 commit comments