1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-23 15:36:59 +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;
}
void calcparam_rug() {
EX void calcparam_rug() {
auto cd = current_display;
cd->xtop = cd->ytop = 0;