mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-31 21:20:39 +00:00
- Duke: removed special precaching for sky texture
Due to precomposition these single tiles will never be rendered anyway.
This commit is contained in:
parent
09e1fa4d1e
commit
8dedcf94d3
2 changed files with 0 additions and 10 deletions
|
@ -247,11 +247,6 @@ void cacheit_d(void)
|
|||
{
|
||||
tloadtile(sect.floorpicnum, sect.floorpal);
|
||||
tloadtile(sect.ceilingpicnum, sect.ceilingpal);
|
||||
if (sect.ceilingpicnum == LA)
|
||||
{
|
||||
tloadtile(LA + 1);
|
||||
tloadtile(LA + 2);
|
||||
}
|
||||
|
||||
DukeSectIterator it(§);
|
||||
while (auto act = it.Next())
|
||||
|
|
|
@ -385,11 +385,6 @@ void cacheit_r(void)
|
|||
{
|
||||
tloadtile(sect.floorpicnum, sect.floorpal);
|
||||
tloadtile(sect.ceilingpicnum, sect.ceilingpal);
|
||||
if (sect.ceilingpicnum == LA)
|
||||
{
|
||||
tloadtile(LA + 1);
|
||||
tloadtile(LA + 2);
|
||||
}
|
||||
|
||||
DukeSectIterator it(§);
|
||||
while (auto act = it.Next())
|
||||
|
|
Loading…
Reference in a new issue