identify annihilation recovery #1440

pull/1604/head
nick black 3 years ago committed by Nick Black
parent ba64d36543
commit 7c69a17752

@ -177,6 +177,10 @@ paint_sprixel(ncplane* p, struct crender* rvec, int starty, int startx,
if(crender->sprixel == NULL){
crender->sprixel = s;
}
if(sprixel_state(s, absy, absx) == SPRIXCELL_ANNIHILATED){
// FIXME rebuild!
fprintf(stderr, "annihilation UNDONE at %d/%d\n", y, x);
}
}
}
}

Loading…
Cancel
Save