diff options
author | UbitUmarov | 2019-04-10 00:27:17 +0100 |
---|---|---|
committer | UbitUmarov | 2019-04-10 00:27:17 +0100 |
commit | ee989dd5522df30666b91bac5bb95643cc4a4523 (patch) | |
tree | 96972d80cfb9aa53824e69387155b06b446d6387 /OpenSim/Framework | |
parent | dont send animation before object (diff) | |
download | opensim-SC-ee989dd5522df30666b91bac5bb95643cc4a4523.zip opensim-SC-ee989dd5522df30666b91bac5bb95643cc4a4523.tar.gz opensim-SC-ee989dd5522df30666b91bac5bb95643cc4a4523.tar.bz2 opensim-SC-ee989dd5522df30666b91bac5bb95643cc4a4523.tar.xz |
missing file
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index b395f39..8d0cb5a 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -596,6 +596,7 @@ namespace OpenSim.Framework | |||
596 | public PrimUpdateFlags Flags | 596 | public PrimUpdateFlags Flags |
597 | { | 597 | { |
598 | get { return m_flags; } | 598 | get { return m_flags; } |
599 | set { m_flags = value; } | ||
599 | } | 600 | } |
600 | 601 | ||
601 | public virtual void Update() | 602 | public virtual void Update() |