From 44420e0fe66be22d7c1027811f9aa9c35daebe88 Mon Sep 17 00:00:00 2001 From: Pan Date: Wed, 28 Feb 2018 10:11:53 +0100 Subject: [PATCH] Use Str instead of CString --- radiant/drag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/drag.cpp b/radiant/drag.cpp index 3840d578..0708e29c 100644 --- a/radiant/drag.cpp +++ b/radiant/drag.cpp @@ -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;