From c0c34cacacf60b76bee859b2cd87e2cd4df10f10 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 27 Feb 2018 19:47:35 +0100 Subject: [PATCH] editing anticross actually edited ruggo --- rug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rug.cpp b/rug.cpp index 4cf698ab..20037c9a 100644 --- a/rug.cpp +++ b/rug.cpp @@ -1727,7 +1727,7 @@ void show() { ); } else if(uni == 'A') { - dialog::editNumber(ruggo, 0, 1.5, .1, 0, XLAT("anti-crossing"), + dialog::editNumber(anticusp_factor, 0, 1.5, .1, 0, XLAT("anti-crossing"), XLAT("The anti-crossing algorithm prevents the model from crossing itself, " "by preventing points which should not be close from being close. " "The bigger number, the more sensitive it is, but the embedding is slower. Set 0 to disable.")