mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed DEHSUPP values for render styles.
SVN r728 (trunk)
This commit is contained in:
parent
01e5ec251c
commit
5716a08c55
1 changed files with 3 additions and 3 deletions
|
@ -803,7 +803,7 @@ RenderStyles
|
|||
2, STYLE_Fuzzy,
|
||||
3, STYLE_SoulTrans,
|
||||
4, STYLE_OptFuzzy,
|
||||
5, STYLE_Shaded,
|
||||
64, STYLE_Translucent,
|
||||
65, STYLE_Add
|
||||
8, STYLE_Shaded,
|
||||
6, STYLE_Translucent,
|
||||
7, STYLE_Add
|
||||
};
|
Loading…
Reference in a new issue