diff options
author | Justin Clark-Casey (justincc) | 2010-05-21 21:58:55 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-05-21 21:58:55 +0100 |
commit | 89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b (patch) | |
tree | 84c03b2affadd720d883b5d127328838b153da9d /OpenSim/Framework/ISceneEntity.cs | |
parent | rearrange SceneGraph.AddSceneObject() to return earlier if an object with tha... (diff) | |
parent | * Moving all of the prioritization/reprioritization code into a new file Prio... (diff) | |
download | opensim-SC-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.zip opensim-SC-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.tar.gz opensim-SC-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.tar.bz2 opensim-SC-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.tar.xz |
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Framework/ISceneEntity.cs')
-rw-r--r-- | OpenSim/Framework/ISceneEntity.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/ISceneEntity.cs b/OpenSim/Framework/ISceneEntity.cs index fa3c514..5ac364f 100644 --- a/OpenSim/Framework/ISceneEntity.cs +++ b/OpenSim/Framework/ISceneEntity.cs | |||
@@ -33,5 +33,6 @@ namespace OpenSim.Framework | |||
33 | { | 33 | { |
34 | UUID UUID { get; } | 34 | UUID UUID { get; } |
35 | uint LocalId { get; } | 35 | uint LocalId { get; } |
36 | Vector3 AbsolutePosition { get; } | ||
36 | } | 37 | } |
37 | } | 38 | } |