1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-15 22:27:38 +00:00

more guards

This commit is contained in:
Zeno Rogue
2020-08-03 23:25:08 +02:00
parent a49b10d2ad
commit 8173fc0504
3 changed files with 7 additions and 1 deletions

View File

@@ -1999,7 +1999,9 @@ void dqi_line::draw_back() {
EX void sort_drawqueue() {
#if MAXMDIM >= 4 && CAP_GL
if(WDIM == 2 && GDIM == 3 && hyperbolic) make_air();
#endif
DEBBI(DF_GRAPH, ("sort_drawqueue"));