From 99740850a2ff16c56b2f19811a125f54d09acab5 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Sun, 30 Aug 2020 01:55:21 +0200 Subject: [PATCH] C#: Fix InvalidCastException on export --- .../mono/editor/GodotTools/GodotTools/Export/ExportPlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mono/editor/GodotTools/GodotTools/Export/ExportPlugin.cs b/modules/mono/editor/GodotTools/GodotTools/Export/ExportPlugin.cs index e819848212..599ca94699 100644 --- a/modules/mono/editor/GodotTools/GodotTools/Export/ExportPlugin.cs +++ b/modules/mono/editor/GodotTools/GodotTools/Export/ExportPlugin.cs @@ -19,7 +19,7 @@ namespace GodotTools.Export public class ExportPlugin : EditorExportPlugin { [Flags] - enum I18NCodesets + enum I18NCodesets : long { None = 0, CJK = 1,