mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-05 05:10:55 +00:00
- fixed: The render style must be set to a defined value at the start of rendering a scene.
This commit is contained in:
parent
829bc10ccb
commit
2602774571
1 changed files with 1 additions and 0 deletions
|
@ -3039,6 +3039,7 @@ void polymost_drawrooms()
|
|||
GLInterface.EnableAlphaTest(false);
|
||||
GLInterface.EnableDepthTest(true);
|
||||
GLInterface.SetDepthFunc(DF_LEqual);
|
||||
GLInterface.SetRenderStyle(LegacyRenderStyles[STYLE_Translucent]);
|
||||
|
||||
gvrcorrection = viewingrange*(1.f/65536.f);
|
||||
//if (glprojectionhacks == 2)
|
||||
|
|
Loading…
Reference in a new issue