net drawn in netgen

This commit is contained in:
Zeno Rogue 2019-05-22 00:06:37 +02:00
parent 15f87d151a
commit a6dd48cec0
1 changed files with 2 additions and 0 deletions

View File

@ -622,6 +622,7 @@ namespace hr { namespace netgen {
cmode = sm::SIDE;
gamescreen(0);
if(true) {
initquickqueue();
for(int i=0; i<CELLS; i++) {
int t = ct[i];
int ofs = t == 7 ? 0 : 5;
@ -635,6 +636,7 @@ namespace hr { namespace netgen {
queueline(hvec(i, (e+ofs)%t), hvec(i, (e+1+ofs)%t), (col << 8) + 0xFF, 3);
}
}
quickqueue();
}
if(mode != 2) {
dialog::init("paper model creator");