diff options
author | Melanie | 2013-05-13 02:15:48 +0200 |
---|---|---|
committer | Melanie | 2013-05-13 02:15:48 +0200 |
commit | 296b43f597e830c288ed0e56d1a6b78b955a7932 (patch) | |
tree | 4833c88606ad6605467f99892abdc5eaf10d417c /OpenSim/Region/Framework | |
parent | Guard against trying to access terrain heights out of bounds. Clamp to sim. (diff) | |
download | opensim-SC-296b43f597e830c288ed0e56d1a6b78b955a7932.zip opensim-SC-296b43f597e830c288ed0e56d1a6b78b955a7932.tar.gz opensim-SC-296b43f597e830c288ed0e56d1a6b78b955a7932.tar.bz2 opensim-SC-296b43f597e830c288ed0e56d1a6b78b955a7932.tar.xz |
Small adjustments to the floater module
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IDynamicFloaterModule.cs | 2 |
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; } |