mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
remove default parameter value that apparently mono cant handle
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user