1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-27 07:22:51 +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 }
} }