brace alignment

This commit is contained in:
Josh Steffen 2015-01-16 17:10:09 -05:00
parent c55e260114
commit 805ceb9df6
1 changed files with 1 additions and 1 deletions

View File

@ -2852,7 +2852,7 @@ void XYWnd::XY_Draw(){
qglColor3fv( brush->owner->eclass->color ); qglColor3fv( brush->owner->eclass->color );
} }
else if ( brush->brush_faces->texdef.contents & CONTENTS_DETAIL ) else if ( brush->brush_faces->texdef.contents & CONTENTS_DETAIL )
{ {
qglColor3fv( g_qeglobals.d_savedinfo.colors[COLOR_DETAIL] ); qglColor3fv( g_qeglobals.d_savedinfo.colors[COLOR_DETAIL] );
} }
else else