export calcparam_rug

This commit is contained in:
Zeno Rogue 2020-01-02 16:56:58 +01:00
parent e582fb8504
commit 9b7fbc2ab3
1 changed files with 1 additions and 1 deletions

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;