You've already forked godot
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:
@@ -19,7 +19,7 @@ namespace GodotTools.Export
|
||||
public class ExportPlugin : EditorExportPlugin
|
||||
{
|
||||
[Flags]
|
||||
enum I18NCodesets
|
||||
enum I18NCodesets : long
|
||||
{
|
||||
None = 0,
|
||||
CJK = 1,
|
||||
|
||||
Reference in New Issue
Block a user