1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00

depth inversion in rug (used in pentagonal exploration)

This commit is contained in:
Zeno Rogue
2018-09-03 16:32:11 +02:00
parent 638032c47c
commit 59ff4c2266
2 changed files with 6 additions and 3 deletions

View File

@@ -1225,6 +1225,7 @@ extern eGeometry gwhere;
extern bool no_fog;
extern ld lowrug, hirug, ruggospeed;
extern GLuint alternate_texture;
extern bool invert_depth;
#endif
}