aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorMelanie2013-05-13 02:15:48 +0200
committerMelanie2013-05-13 02:15:48 +0200
commit296b43f597e830c288ed0e56d1a6b78b955a7932 (patch)
tree4833c88606ad6605467f99892abdc5eaf10d417c /OpenSim/Region/Framework/Interfaces
parentGuard against trying to access terrain heights out of bounds. Clamp to sim. (diff)
downloadopensim-SC_OLD-296b43f597e830c288ed0e56d1a6b78b955a7932.zip
opensim-SC_OLD-296b43f597e830c288ed0e56d1a6b78b955a7932.tar.gz
opensim-SC_OLD-296b43f597e830c288ed0e56d1a6b78b955a7932.tar.bz2
opensim-SC_OLD-296b43f597e830c288ed0e56d1a6b78b955a7932.tar.xz
Small adjustments to the floater module
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs b/OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs
index 65c42ff..7684ce3 100644
--- a/OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs
@@ -37,7 +37,7 @@ namespace OpenSim.Region.Framework.Interfaces
37 public abstract class FloaterData 37 public abstract class FloaterData
38 { 38 {
39 public abstract int Channel { get; } 39 public abstract int Channel { get; }
40 public abstract string FloaterName { get; } 40 public abstract string FloaterName { get; set; }
41 public virtual string XmlName { get; set; } 41 public virtual string XmlName { get; set; }
42 public virtual string XmlText { get; set; } 42 public virtual string XmlText { get; set; }
43 public virtual HandlerDelegate Handler { get; set; } 43 public virtual HandlerDelegate Handler { get; set; }