mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
Fixed missing texture with hardware renderer on Jenesis MAP16
https://forum.drdteam.org/viewtopic.php?t=7337
This commit is contained in:
parent
05dcd30838
commit
69222c3c36
1 changed files with 7 additions and 0 deletions
|
@ -413,6 +413,13 @@ class LevelCompatibility play
|
|||
OffsetSectorPlane(527, Sector.floor, -32);
|
||||
break;
|
||||
}
|
||||
|
||||
case 'CC3911090452D7C39EC8B3D97CEFDD6F': // jenesis.wad map16
|
||||
{
|
||||
// Missing texture with hardware renderer because of wrongly lowered sector
|
||||
ClearSectorTags(483);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue