]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/patchmanip.cpp
15/12/2006
[xonotic/netradiant.git] / radiant / patchmanip.cpp
index d30cb5682903fede323843d84830142d543ab062..80292238c4290cf38e35cc26277f2ad38f27079e 100644 (file)
@@ -77,7 +77,7 @@ void Patch_makeCaps(Patch& patch, scene::Instance& instance, EPatchCap type, con
     return;
   }
   if((type == eCapBevel || type == eCapIBevel)
-    && patch.getWidth() != 3)
+    && patch.getWidth() != 3 && patch.getWidth() != 5)
   {
     globalErrorStream() << "cannot create bevel-cap - patch width != 3\n";
     return;