identify annihilation recovery #1440

This commit is contained in:
nick black 2021-04-24 12:22:55 -04:00 committed by Nick Black
parent ba64d36543
commit 7c69a17752

View File

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