1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-17 11:42:07 +00:00

added some missing CAP_ guards

This commit is contained in:
Zeno Rogue
2023-02-18 12:53:52 +01:00
parent 53483005cf
commit d108f27dcf
4 changed files with 24 additions and 0 deletions
+2
View File
@@ -532,7 +532,9 @@ EX struct renderbuffer *airbuf;
EX void swap_if_missing(bool missing) {
if(!missing) return;
arb::swap_vertices();
#if CAP_IRR
irr::swap_vertices();
#endif
}
EX void make_air() {