mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-05 03:47:58 +00:00
fixed line animation
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user