Merge pull request #41610 from neikeq/invalid-cast-export-csharp-i18n

C#: Fix InvalidCastException on export
This commit is contained in:
Rémi Verschelde 2020-08-30 12:01:40 +02:00 committed by GitHub
commit b31513a62e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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