1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-03 04:39:17 +00:00

export calcparam_rug

This commit is contained in:
Zeno Rogue 2020-01-02 16:56:58 +01:00
parent e582fb8504
commit 9b7fbc2ab3

View File

@ -417,7 +417,7 @@ void calcLengths() {
edge.len = hdist(p->h, edge.target->h) * modelscale; edge.len = hdist(p->h, edge.target->h) * modelscale;
} }
void calcparam_rug() { EX void calcparam_rug() {
auto cd = current_display; auto cd = current_display;
cd->xtop = cd->ytop = 0; cd->xtop = cd->ytop = 0;