mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-31 01:37:57 +00:00
fixed the 'dual grid' pattern
This commit is contained in:
@@ -2435,7 +2435,7 @@ EX namespace linepatterns {
|
|||||||
|
|
||||||
case patDual:
|
case patDual:
|
||||||
forCellEx(c2, c) if(c2 > c) if(gmatrix.count(c2)) {
|
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;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user