* Added 32bitLauncher for Robust. Still need to test it on a 64 bit machine.

* PrimitiveBaseShape wants to be be committed too -- EOF.
This commit is contained in:
Diva Canto
2010-04-14 10:36:03 -07:00
parent 6892fc41f7
commit bdc03dbff9
7 changed files with 179 additions and 4 deletions

View File

@@ -188,9 +188,9 @@ namespace OpenSim.Framework
m_textureEntry = DEFAULT_TEXTURE;
}
/// <summary>
/// Construct a PrimitiveBaseShape object from a OpenMetaverse.Primitive object
/// </summary>
/// <summary>
/// Construct a PrimitiveBaseShape object from a OpenMetaverse.Primitive object
/// </summary>
/// <param name="prim"></param>
public PrimitiveBaseShape(Primitive prim)
{