From 2b154edbdb15655051eef490e88be6409bc7f4a8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 27 Dec 2019 01:19:14 +0100 Subject: [PATCH] fixed line animation --- history.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history.cpp b/history.cpp index 41fe5abd..c378b3cd 100644 --- a/history.cpp +++ b/history.cpp @@ -281,7 +281,7 @@ EX namespace history { angle = atan2(h[1], h[2]); } - View = inverse(master_relative(v[ph]->base) * v[ph]->at); + View = inverse(v[ph]->at); hyperpoint now = v[ph]->at * C0;