mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
vr:: fixed escaping in product space
This commit is contained in:
parent
d061e57d07
commit
53b541f520
@ -1738,6 +1738,7 @@ EX void spinEdge(ld aspd) {
|
||||
vid.always3 = false;
|
||||
geom3::apply_always3();
|
||||
V = gpushxto0(V*C0) * V;
|
||||
fixmatrix(V);
|
||||
if(b) {
|
||||
vid.always3 = b;
|
||||
geom3::apply_always3();
|
||||
|
Loading…
Reference in New Issue
Block a user