fixed line animation

This commit is contained in:
Zeno Rogue 2019-12-27 01:19:14 +01:00
parent 1fc05a99b8
commit 2b154edbdb
1 changed files with 1 additions and 1 deletions

View File

@ -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;