1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-13 07:46:00 +00:00

fixed missing EX in basegraph.cpp

This commit is contained in:
Zeno Rogue
2025-06-07 16:17:43 +02:00
parent 0117541093
commit bf5e61d4bd

View File

@@ -1749,6 +1749,6 @@ EX namespace subscreens {
return false; return false;
} }
} EX }
} }