mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
fixed namespace name
This commit is contained in:
parent
239d2621ab
commit
a7179e1b73
@ -622,7 +622,7 @@ bool drawVertex(const shiftmatrix &V, cell *c, shmup::monster *m) {
|
||||
if(callhandlers(false, hooks_alt_edges, ei, false)) ;
|
||||
|
||||
else if(sl2)
|
||||
rots::queueline_correct(h1, h2, col, 2 + vid.linequality, PPR::STRUCT0);
|
||||
twist::queueline_correct(h1, h2, col, 2 + vid.linequality, PPR::STRUCT0);
|
||||
|
||||
else if(sol && !fat_edges)
|
||||
sn::queueline_lie(h1, h2, col, 2 + vid.linequality, PPR::STRUCT0);
|
||||
|
Loading…
Reference in New Issue
Block a user