BulletSim: fix problem with some shapes (like cylinders) being implemented as cubes.

connector_plugin
Robert Adams 2012-10-11 17:06:58 -07:00
parent 3af2095cbc
commit 87a87ebb9a
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ public class BSShapeCollection : IDisposable
prim.LocalID, forceRebuild, prim.BSShape);
}
}
else
if (pbs.ProfileShape == ProfileShape.Square && pbs.PathCurve == (byte)Extrusion.Straight)
{
haveShape = true;
if (forceRebuild