mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
brace alignment
This commit is contained in:
parent
c55e260114
commit
805ceb9df6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue