mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
fixed line animation
This commit is contained in:
parent
1fc05a99b8
commit
2b154edbdb
@ -281,7 +281,7 @@ EX namespace history {
|
|||||||
angle = atan2(h[1], h[2]);
|
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;
|
hyperpoint now = v[ph]->at * C0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user