mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 05:33:11 +00:00
Merge pull request #41610 from neikeq/invalid-cast-export-csharp-i18n
C#: Fix InvalidCastException on export
This commit is contained in:
commit
b31513a62e
@ -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