Move r_bsp into a class
This commit is contained in:
parent
c396e7f949
commit
28732d63d2
12 changed files with 678 additions and 697 deletions
|
|
@ -162,7 +162,7 @@ namespace swrenderer
|
|||
}
|
||||
|
||||
// killough 4/13/98: get correct lightlevel for 2s normal textures
|
||||
sec = R_FakeFlat(frontsector, &tempsec, nullptr, nullptr, nullptr, 0, 0, 0, 0);
|
||||
sec = RenderBSP::Instance()->FakeFlat(frontsector, &tempsec, nullptr, nullptr, nullptr, 0, 0, 0, 0);
|
||||
|
||||
basecolormap = sec->ColorMap; // [RH] Set basecolormap
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue