mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-09 23:01:55 +00:00
commit
31040b90b5
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ void Drag_Begin( int x, int y, int buttons,
|
|||
if ( t.brush ) {
|
||||
if ( t.brush->brush_faces->texdef.GetName()[0] == '(' ) {
|
||||
if ( t.brush->owner->eclass->nShowFlags & ECLASS_LIGHT ) {
|
||||
CString strBuff;
|
||||
Str strBuff;
|
||||
qtexture_t* pTex = g_qeglobals.d_texturewin.pShader->getTexture();
|
||||
if ( pTex ) {
|
||||
vec3_t vColor;
|
||||
|
|
Loading…
Reference in a new issue