mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
opt: fadeout layer should below fullscreen layer
This commit is contained in:
parent
6d64375e8a
commit
d4c897cd63
1 changed files with 1 additions and 1 deletions
|
|
@ -129,10 +129,10 @@ enum {
|
|||
LyrTile,
|
||||
LyrFloat,
|
||||
LyrTop,
|
||||
LyrFadeOut,
|
||||
LyrFS,
|
||||
LyrOverlay,
|
||||
LyrIMPopup, // text-input layer
|
||||
LyrFadeOut,
|
||||
LyrBlock,
|
||||
NUM_LAYERS
|
||||
}; /* scene layers */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue