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;