1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 20:57:10 +00:00

3d:: depthtest disabled for PPR::SUPERLINE and beyond

This commit is contained in:
?
2019-02-27 01:16:07 +01:00
committed by Zeno Rogue
parent 4e6a50f425
commit aac03e72fe
3 changed files with 6 additions and 4 deletions

View File

@@ -2074,7 +2074,9 @@ enum class PPR {
PARTICLE, SWORDMARK, MAGICSWORD, MISSILE,
MINEMARK, ARROW,
MOBILE_ARROW,
LINE, TEXT, CIRCLE,
LINE,
// no depth testing for SUPERLINE and above
SUPERLINE, TEXT, CIRCLE,
MAX,
DEFAULT = -1
};