mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Removed abstract SetText method from EntityBase to make cleaner API.
Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
@@ -130,8 +130,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
return (EntityBase) MemberwiseClone();
|
||||
}
|
||||
|
||||
public abstract void SetText(string text, Vector3 color, double alpha);
|
||||
}
|
||||
|
||||
//Nested Classes
|
||||
|
||||
Reference in New Issue
Block a user