Enable face culling
This commit is contained in:
parent
69b48f8123
commit
6b0e4345a2
2 changed files with 2 additions and 2 deletions
|
|
@ -264,7 +264,7 @@ void DoomLevelSubmesh::CreateStaticSurfaces(FLevelLocals& doomMap)
|
|||
|
||||
for (int i = 0, end = sub->numlines; i < end; i++)
|
||||
{
|
||||
auto& vt = sub->firstline[i].v1;
|
||||
auto& vt = sub->firstline[end - 1 - i].v1;
|
||||
|
||||
FFlatVertex ffv;
|
||||
ffv.x = (float)vt->fX();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue