]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/eclass_def.cpp
added patch support for texture-painting
[xonotic/netradiant.git] / radiant / eclass_def.cpp
index 266968a505f80893233eeb70f3f8d51597cb9986..01341ed527dde20851289e36024e7b108a6be507 100644 (file)
@@ -182,7 +182,7 @@ void setSpecialLoad(EntityClass *e, const char* pWhat, CopiedString& p)
   where = strchr(pText,'\"');
   if (where)
   {
-    p = CopiedString(pText, where);
+    p = StringRange(pText, where);
   }
   else
   {