From c93d7360f98df6cef0cf6dde4ae6b786ba234e4b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 29 Jan 2018 16:31:28 +0100 Subject: [PATCH] a typo fix --- rug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rug.cpp b/rug.cpp index 480ba9f5..27b084d2 100644 --- a/rug.cpp +++ b/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') {