15/12/2006
namespace - Inverted bevel can be used with end caps (Topsun) - Removed needless .pdb files from win32 installer (Topsun) - Fixed .ase picomodel loader to load shaders again (Shaderman) - Removed translucent brushes fix because of wrong rendering behaviour on Linux - New cool(!) radiant icon by eb git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@125 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user