1
0
Fork 0

C#: Fix InvalidCastException on export

This commit is contained in:
Ignacio Etcheverry 2020-08-30 01:55:21 +02:00
parent f10c3810bb
commit 99740850a2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace GodotTools.Export
public class ExportPlugin : EditorExportPlugin public class ExportPlugin : EditorExportPlugin
{ {
[Flags] [Flags]
enum I18NCodesets enum I18NCodesets : long
{ {
None = 0, None = 0,
CJK = 1, CJK = 1,