Skip to content

Commit cc5adf5

Browse files
committed
Remove unreliable/redundant export warning
1 parent 3c8f66e commit cc5adf5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

addons/imgui-godot/scripts/ImGuiPlugin.gd

-5
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ class ImGuiExporter extends EditorExportPlugin:
101101
extension_list_file = PackedByteArray()
102102
gdext_file = PackedByteArray()
103103

104-
if ClassDB.class_exists("CSharpScript") and \
105-
not "C#" in ProjectSettings.get_setting("application/config/features"):
106-
printerr("imgui-godot: EXPORTED PROJECT IS PROBABLY BROKEN/CRASHING")
107-
printerr("imgui-godot: can't export non-C# project with 'mono' editor")
108-
109104
if is_debug:
110105
export_imgui = get_option("imgui/debug")
111106
else:

0 commit comments

Comments
 (0)