fixed the 'dual grid' pattern

This commit is contained in:
Zeno Rogue 2019-11-14 20:59:58 +01:00
parent 9168abd1a7
commit ac8eebf179
1 changed files with 1 additions and 1 deletions

View File

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