You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Fix enum type to use int64_t instead of int in GDScript
This commit is contained in:
@@ -469,7 +469,7 @@ public:
|
||||
EnumNode *parent_enum = nullptr;
|
||||
int index = -1;
|
||||
bool resolved = false;
|
||||
int value = 0;
|
||||
int64_t value = 0;
|
||||
int line = 0;
|
||||
int leftmost_column = 0;
|
||||
int rightmost_column = 0;
|
||||
|
||||
Reference in New Issue
Block a user