mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-07 11:52:51 +00:00
rogueviz:: fixed to drawStandard in Banach-Tarski
This commit is contained in:
parent
6336fe9db6
commit
7bb72d0817
@ -388,7 +388,7 @@ void bantar_frame() {
|
|||||||
|
|
||||||
gmatrix.clear();
|
gmatrix.clear();
|
||||||
|
|
||||||
drawrec(viewctr, hsOrigin, cview());
|
drawStandard();
|
||||||
if(0) for(auto p: parent) if(gmatrix.count(p.first) && gmatrix.count(p.second) && infos[p.first].gid == i && infos[p.second].gid == i)
|
if(0) for(auto p: parent) if(gmatrix.count(p.first) && gmatrix.count(p.second) && infos[p.first].gid == i && infos[p.second].gid == i)
|
||||||
queueline(tC0(gmatrix[p.first]), tC0(gmatrix[p.second]), 0xFFFFFFFF, 2);
|
queueline(tC0(gmatrix[p.first]), tC0(gmatrix[p.second]), 0xFFFFFFFF, 2);
|
||||||
subscr[i] = move(ptds);
|
subscr[i] = move(ptds);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user