mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* Removed references to "new LLUUID()", replaced with LLUUID.Zero.
This commit is contained in:
@@ -101,7 +101,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
/// </summary>
|
||||
public EntityBase()
|
||||
{
|
||||
m_uuid = new LLUUID();
|
||||
m_uuid = LLUUID.Zero;
|
||||
|
||||
m_pos = new LLVector3();
|
||||
m_velocity = new LLVector3();
|
||||
|
||||
Reference in New Issue
Block a user