1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

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,