mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- Fixed: Legacy render style array was in the wrong order.
This commit is contained in:
parent
b6bbdf6195
commit
84cb49b074
1 changed files with 2 additions and 2 deletions
|
@ -3542,14 +3542,14 @@ static const int LegacyRenderStyleIndices[] =
|
|||
3, // STYLE_SoulTrans,
|
||||
4, // STYLE_OptFuzzy,
|
||||
5, // STYLE_Stencil,
|
||||
6, // STYLE_AddStencil
|
||||
7, // STYLE_AddShaded
|
||||
64, // STYLE_Translucent
|
||||
65, // STYLE_Add,
|
||||
66, // STYLE_Shaded,
|
||||
67, // STYLE_TranslucentStencil,
|
||||
68, // STYLE_Shadow,
|
||||
69, // STYLE_Subtract,
|
||||
6, // STYLE_AddStencil
|
||||
7, // STYLE_AddShaded
|
||||
-1
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue