mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-19 13:43:04 +00:00
a typo fix
This commit is contained in:
parent
d7158bcdbe
commit
c93d7360f9
4
rug.cpp
4
rug.cpp
@ -1663,12 +1663,12 @@ void show() {
|
||||
last = modelscale;
|
||||
dialog::reaction = [] () {
|
||||
for(auto p:points) {
|
||||
for(auto& e: p->edge) e.len *= modelscale / last;
|
||||
for(auto& e: p->edges) e.len *= modelscale / last;
|
||||
enqueue(p);
|
||||
}
|
||||
last = modelscale;
|
||||
good_shape = false;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
else if(uni == 'p') {
|
||||
|
Loading…
Reference in New Issue
Block a user