mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 23:47:00 +00:00
export calcparam_rug
This commit is contained in:
parent
e582fb8504
commit
9b7fbc2ab3
2
rug.cpp
2
rug.cpp
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user