C#: Fix InvalidCastException on export

This commit is contained in:
Ignacio Etcheverry 2020-08-30 01:55:21 +02:00
parent f10c3810bb
commit 99740850a2

View file

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