- Fixed: The render style table for old decorations was missing STYLE_Stencil so
STYLE_Translucent was mapped incorrectly. SVN r727 (trunk)
This commit is contained in:
parent
78164aab40
commit
01e5ec251c
3 changed files with 5 additions and 6 deletions
|
|
@ -122,6 +122,7 @@ static const char *RenderStyles[] =
|
|||
"STYLE_Fuzzy",
|
||||
"STYLE_SoulTrans",
|
||||
"STYLE_OptFuzzy",
|
||||
"STYLE_Stencil",
|
||||
"STYLE_Translucent",
|
||||
"STYLE_Add",
|
||||
//"STYLE_Shaded",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue