mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
added fixmatrix
This commit is contained in:
parent
7bae01c168
commit
5202511c57
@ -306,6 +306,7 @@ void create_adjacent(heptagon *h, int d) {
|
||||
|
||||
auto& t2 = get_triangle(get_adj(h, d));
|
||||
transmatrix T1 = T * spin(M_PI + t2.first);
|
||||
fixmatrix(T1);
|
||||
|
||||
heptagon *hnew = build_child(h, d, get_adj(h, d).first, get_adj(h, d).second);
|
||||
altmap[alt].emplace_back(hnew, T1);
|
||||
|
Loading…
Reference in New Issue
Block a user