mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* Fixing compiler warnings in an attempt to reduce them back down to zero.
This commit is contained in:
@@ -110,7 +110,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
///
|
||||
/// </summary>
|
||||
/// <returns>A complete copy of the object</returns>
|
||||
public SceneObject Copy()
|
||||
public new SceneObject Copy()
|
||||
{
|
||||
SceneObject dupe = new SceneObject();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user