Added 4x MSAA support.

This commit is contained in:
Justin Marshall
2026-04-22 18:33:28 -07:00
parent 6b65fbd7b1
commit a678dda40e
2 changed files with 594 additions and 99 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -4531,7 +4531,7 @@ void Face_Draw(face_t *f) {
return;
}
glBegin(GL_POLYGON);
glBegin(GL_QUADS);
for (i = 0; i < f->face_winding->GetNumPoints(); i++) {
glVertex3fv( (*f->face_winding)[i].ToFloatPtr() );
}