mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 02:07:57 +00:00
a typo fix
This commit is contained in:
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') {
|
||||
|
Reference in New Issue
Block a user