aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain/FileLoaders
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2015-02-28 00:34:07 +0000
committerJustin Clark-Casey (justincc)2015-02-28 00:34:07 +0000
commit3c92a8e7655a9bb279231fd63b6f9c833fd4f5a7 (patch)
tree33783e22f635b069a9e65adb452087050ce3ede8 /OpenSim/Region/CoreModules/World/Terrain/FileLoaders
parentPermit loading of LLRAW files bigger than 256x256 by calculating size based o... (diff)
downloadopensim-SC_OLD-3c92a8e7655a9bb279231fd63b6f9c833fd4f5a7.zip
opensim-SC_OLD-3c92a8e7655a9bb279231fd63b6f9c833fd4f5a7.tar.gz
opensim-SC_OLD-3c92a8e7655a9bb279231fd63b6f9c833fd4f5a7.tar.bz2
opensim-SC_OLD-3c92a8e7655a9bb279231fd63b6f9c833fd4f5a7.tar.xz
Add OpenSim.Framework using statement necessary to get previous fad4d4dc to compile.
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Terrain/FileLoaders')
-rw-r--r--OpenSim/Region/CoreModules/World/Terrain/FileLoaders/LLRAW.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/World/Terrain/FileLoaders/LLRAW.cs b/OpenSim/Region/CoreModules/World/Terrain/FileLoaders/LLRAW.cs
index ce93a180..959ac5a 100644
--- a/OpenSim/Region/CoreModules/World/Terrain/FileLoaders/LLRAW.cs
+++ b/OpenSim/Region/CoreModules/World/Terrain/FileLoaders/LLRAW.cs
@@ -27,6 +27,7 @@
27 27
28using System; 28using System;
29using System.IO; 29using System.IO;
30using OpenSim.Framework;
30using OpenSim.Region.Framework.Interfaces; 31using OpenSim.Region.Framework.Interfaces;
31using OpenSim.Region.Framework.Scenes; 32using OpenSim.Region.Framework.Scenes;
32 33