remove default parameter value that apparently mono cant handle
parent
d5419f0a46
commit
06829c4082
|
@ -327,7 +327,7 @@ namespace OpenSim.Region.OptionalModules.MaterialsDemoModule
|
|||
return new UUID(md5.ComputeHash(ms), 0);
|
||||
}
|
||||
|
||||
public static OSD ZCompressOSD(OSD inOsd, bool useHeader = true)
|
||||
public static OSD ZCompressOSD(OSD inOsd, bool useHeader)
|
||||
{
|
||||
OSD osd = null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue