C#: Fix InvalidCastException on export
This commit is contained in:
parent
f10c3810bb
commit
99740850a2
@ -19,7 +19,7 @@ namespace GodotTools.Export
|
||||
public class ExportPlugin : EditorExportPlugin
|
||||
{
|
||||
[Flags]
|
||||
enum I18NCodesets
|
||||
enum I18NCodesets : long
|
||||
{
|
||||
None = 0,
|
||||
CJK = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user