Fixed a bug were loading a map in radiant wouldn't clear the new cache.

This commit is contained in:
Justin Marshall
2026-04-25 09:30:10 -07:00
parent eacf47618f
commit 9af7c9ecdc
4 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -3928,7 +3928,7 @@ void Control_Draw(brush_t *b) {
}
glColor4f(1, 1, .5, 1);
glBegin(GL_POLYGON);
glBegin(GL_QUADS);
for (i = 0; i < w->GetNumPoints(); i++) {
glVertex3fv( (*w)[i].ToFloatPtr() );
}