Skip to content

Commit

Permalink
Remove unreliable/redundant export warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Jun 29, 2024
1 parent 3c8f66e commit cc5adf5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions addons/imgui-godot/scripts/ImGuiPlugin.gd
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ class ImGuiExporter extends EditorExportPlugin:
extension_list_file = PackedByteArray()
gdext_file = PackedByteArray()

if ClassDB.class_exists("CSharpScript") and \
not "C#" in ProjectSettings.get_setting("application/config/features"):
printerr("imgui-godot: EXPORTED PROJECT IS PROBABLY BROKEN/CRASHING")
printerr("imgui-godot: can't export non-C# project with 'mono' editor")

if is_debug:
export_imgui = get_option("imgui/debug")
else:
Expand Down

0 comments on commit cc5adf5

Please sign in to comment.