mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixed the 'dual grid' pattern
This commit is contained in:
parent
9168abd1a7
commit
ac8eebf179
@ -2435,7 +2435,7 @@ EX namespace linepatterns {
|
||||
|
||||
case patDual:
|
||||
forCellEx(c2, c) if(c2 > c) if(gmatrix.count(c2)) {
|
||||
gridlinef(V, C0, gmatrix[c2]*C0, col, 2 + vid.linequality);
|
||||
gridlinef(V, C0, gmatrix[c2], C0, col, 2 + vid.linequality);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user