You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix enum value regression
This commit is contained in:
@@ -42,7 +42,8 @@ const c2 := EV2
|
||||
|
||||
enum {
|
||||
EV1 = 42,
|
||||
EV2 = EV3 + 1
|
||||
UNUSED = EV3,
|
||||
EV2
|
||||
}
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user