diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index afd5f86..0eed284 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -4792,6 +4792,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4792 | (x.CameraLeftAxis != lastarg.CameraLeftAxis) || | 4792 | (x.CameraLeftAxis != lastarg.CameraLeftAxis) || |
4793 | (x.CameraUpAxis != lastarg.CameraUpAxis) || | 4793 | (x.CameraUpAxis != lastarg.CameraUpAxis) || |
4794 | (x.ControlFlags != lastarg.ControlFlags) || | 4794 | (x.ControlFlags != lastarg.ControlFlags) || |
4795 | (x.ControlFlags != 0) || | ||
4795 | (x.Far != lastarg.Far) || | 4796 | (x.Far != lastarg.Far) || |
4796 | (x.Flags != lastarg.Flags) || | 4797 | (x.Flags != lastarg.Flags) || |
4797 | (x.State != lastarg.State) || | 4798 | (x.State != lastarg.State) || |