1
0
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:
rune-scape
2022-12-16 22:46:00 -05:00
parent f18f2740da
commit 213c94b42f
2 changed files with 5 additions and 2 deletions

View File

@@ -42,7 +42,8 @@ const c2 := EV2
enum {
EV1 = 42,
EV2 = EV3 + 1
UNUSED = EV3,
EV2
}
enum {