mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
*Removed OSVector3 and replaced with libsecondlife.LLVector3
This commit is contained in:
@@ -118,9 +118,9 @@ namespace OpenSim.Region
|
||||
/// </summary>
|
||||
/// <param name="localID"></param>
|
||||
/// <returns></returns>
|
||||
public OSVector3 GetEntityPosition(uint localID)
|
||||
public LLVector3 GetEntityPosition(uint localID)
|
||||
{
|
||||
OSVector3 res = new OSVector3();
|
||||
LLVector3 res = new LLVector3();
|
||||
// Console.WriteLine("script- getting entity " + localID + " position");
|
||||
foreach (Entity entity in this.Entities.Values)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user