remove default parameter value that apparently mono cant handle

user_profiles
dahlia 2013-04-18 01:29:50 -07:00
parent d5419f0a46
commit 06829c4082
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ namespace OpenSim.Region.OptionalModules.MaterialsDemoModule
return new UUID(md5.ComputeHash(ms), 0); 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; OSD osd = null;