1
0
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:
Zeno Rogue 2024-07-24 19:25:45 +02:00
parent 239d2621ab
commit a7179e1b73

View File

@ -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);