mirror of https://github.com/godotengine/godot
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
|
public class ExportPlugin : EditorExportPlugin
|
||||||
{
|
{
|
||||||
[Flags]
|
[Flags]
|
||||||
enum I18NCodesets
|
enum I18NCodesets : long
|
||||||
{
|
{
|
||||||
None = 0,
|
None = 0,
|
||||||
CJK = 1,
|
CJK = 1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue