mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-31 22:25:29 -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,
|
LyrTile,
|
||||||
LyrFloat,
|
LyrFloat,
|
||||||
LyrTop,
|
LyrTop,
|
||||||
|
LyrFadeOut,
|
||||||
LyrFS,
|
LyrFS,
|
||||||
LyrOverlay,
|
LyrOverlay,
|
||||||
LyrIMPopup, // text-input layer
|
LyrIMPopup, // text-input layer
|
||||||
LyrFadeOut,
|
|
||||||
LyrBlock,
|
LyrBlock,
|
||||||
NUM_LAYERS
|
NUM_LAYERS
|
||||||
}; /* scene layers */
|
}; /* scene layers */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue