- Removed printf from previous commit

- fixed small counter error in backbuffer color codes, when edge+faces
are drawn
This commit is contained in:
2004-09-29 20:38:23 +00:00
parent e25d151aed
commit 6106f87776
3 changed files with 8 additions and 5 deletions

View File

@@ -307,7 +307,7 @@ static void check_fgons_selection()
if(sel && desel) break;
}
printf("fgon %d sel %d desel %d\n", index, sel, desel);
if(sel && desel) sel= 0;
else if(sel) sel= 1;
else sel= 0;