mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 12:01:10 +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 ) {
|
||||||
if ( t.brush->brush_faces->texdef.GetName()[0] == '(' ) {
|
if ( t.brush->brush_faces->texdef.GetName()[0] == '(' ) {
|
||||||
if ( t.brush->owner->eclass->nShowFlags & ECLASS_LIGHT ) {
|
if ( t.brush->owner->eclass->nShowFlags & ECLASS_LIGHT ) {
|
||||||
CString strBuff;
|
Str strBuff;
|
||||||
qtexture_t* pTex = g_qeglobals.d_texturewin.pShader->getTexture();
|
qtexture_t* pTex = g_qeglobals.d_texturewin.pShader->getTexture();
|
||||||
if ( pTex ) {
|
if ( pTex ) {
|
||||||
vec3_t vColor;
|
vec3_t vColor;
|
||||||
|
|
Loading…
Reference in a new issue