mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-12 08:11:10 +02:00
Added 4x MSAA support.
This commit is contained in:
+593
-98
File diff suppressed because it is too large
Load Diff
@@ -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() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user