mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Add normals to decals
This commit is contained in:
parent
1b7c42f45f
commit
660a45a0e0
1 changed files with 2 additions and 0 deletions
|
@ -316,6 +316,8 @@ void GLWall::DrawDecal(DBaseDecal *decal)
|
|||
gl_RenderState.SetFog(0,-1);
|
||||
}
|
||||
|
||||
gl_RenderState.SetNormal(glseg.Normal());
|
||||
|
||||
FQuadDrawer qd;
|
||||
for (i = 0; i < 4; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue