1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-19 20:42:06 +00:00

export wrap_drawfullmap

This commit is contained in:
Zeno Rogue
2020-04-11 00:41:57 +02:00
parent 1688bfcfb0
commit c0e0e1562f
+1 -1
View File
@@ -4809,7 +4809,7 @@ EX void calcparam() {
reset_projection();
}
function<void()> wrap_drawfullmap = drawfullmap;
EX function<void()> wrap_drawfullmap = drawfullmap;
bool force_sphere_outline = false;