diff options
author | dahlia | 2013-04-18 01:29:50 -0700 |
---|---|---|
committer | dahlia | 2013-04-18 01:29:50 -0700 |
commit | 06829c4082ba10fc9d3b4b37f42f01ab005c5e23 (patch) | |
tree | 0e81bf077427f7fdee16cae3494ef7c94cda1871 | |
parent | Initial experimental support for materials-capable viewers. This is in a very... (diff) | |
download | opensim-SC-06829c4082ba10fc9d3b4b37f42f01ab005c5e23.zip opensim-SC-06829c4082ba10fc9d3b4b37f42f01ab005c5e23.tar.gz opensim-SC-06829c4082ba10fc9d3b4b37f42f01ab005c5e23.tar.bz2 opensim-SC-06829c4082ba10fc9d3b4b37f42f01ab005c5e23.tar.xz |
remove default parameter value that apparently mono cant handle
-rw-r--r-- | OpenSim/Region/OptionalModules/Materials/MaterialsDemoModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Materials/MaterialsDemoModule.cs b/OpenSim/Region/OptionalModules/Materials/MaterialsDemoModule.cs index de2c3fc..74a4ea7 100644 --- a/OpenSim/Region/OptionalModules/Materials/MaterialsDemoModule.cs +++ b/OpenSim/Region/OptionalModules/Materials/MaterialsDemoModule.cs | |||
@@ -327,7 +327,7 @@ namespace OpenSim.Region.OptionalModules.MaterialsDemoModule | |||
327 | return new UUID(md5.ComputeHash(ms), 0); | 327 | return new UUID(md5.ComputeHash(ms), 0); |
328 | } | 328 | } |
329 | 329 | ||
330 | public static OSD ZCompressOSD(OSD inOsd, bool useHeader = true) | 330 | public static OSD ZCompressOSD(OSD inOsd, bool useHeader) |
331 | { | 331 | { |
332 | OSD osd = null; | 332 | OSD osd = null; |
333 | 333 | ||