mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-27 22:33:17 +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,
|
3, // STYLE_SoulTrans,
|
||||||
4, // STYLE_OptFuzzy,
|
4, // STYLE_OptFuzzy,
|
||||||
5, // STYLE_Stencil,
|
5, // STYLE_Stencil,
|
||||||
6, // STYLE_AddStencil
|
|
||||||
7, // STYLE_AddShaded
|
|
||||||
64, // STYLE_Translucent
|
64, // STYLE_Translucent
|
||||||
65, // STYLE_Add,
|
65, // STYLE_Add,
|
||||||
66, // STYLE_Shaded,
|
66, // STYLE_Shaded,
|
||||||
67, // STYLE_TranslucentStencil,
|
67, // STYLE_TranslucentStencil,
|
||||||
68, // STYLE_Shadow,
|
68, // STYLE_Shadow,
|
||||||
69, // STYLE_Subtract,
|
69, // STYLE_Subtract,
|
||||||
|
6, // STYLE_AddStencil
|
||||||
|
7, // STYLE_AddShaded
|
||||||
-1
|
-1
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue