Add overlay layer to enumeration type

This commit is contained in:
Bartłomiej Dach 2020-05-18 20:11:19 +02:00
parent 87e501d4ba
commit 9415e45aea
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ internal enum LegacyStoryLayer
Fail = 1,
Pass = 2,
Foreground = 3,
Video = 4
Overlay = 4,
Video = 5
}
}