mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
minor: remove unnecessary bit of method doc from OdePrim.BadMeshAssetCollideBits that monodevelop inserted automatically
This commit is contained in:
@@ -69,9 +69,6 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
/// <summary>
|
||||
/// Gets collide bits so that we can still perform land collisions if a mesh fails to load.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The bad asset collide bits.
|
||||
/// </value>
|
||||
private int BadMeshAssetCollideBits
|
||||
{
|
||||
get { return m_isphysical ? (int)CollisionCategories.Land : 0; }
|
||||
|
||||
Reference in New Issue
Block a user