remove a wrong virtual dec ( no overides, and cant really have if used on a constructor like in assetlandmark)

melanie
UbitUmarov 2016-11-21 23:34:33 +00:00
parent 81ef04c9fd
commit 8c19ea910a
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ namespace OpenSim.Framework
}
}
public virtual byte[] Data
public byte[] Data
{
get { return m_data; }
set { m_data = value; }