LIBOMV-785 Applies Patch from Sheet Spotter (what an obscene choice for a name) Which fixes alpha channel decode issue

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3244 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2010-01-15 04:30:13 +00:00
parent 98248b6582
commit 8d31e2d36f
2 changed files with 12 additions and 3 deletions

View File

@@ -118,6 +118,8 @@ namespace WinGridProxy
FireEventAppender.Instance.MessageLoggedEvent += new MessageLoggedEventHandler(Instance_MessageLoggedEvent);
}
// Attempt to work around some mono inefficiencies
monoRuntime = Type.GetType("Mono.Runtime") != null; // Officially supported way of detecting mono
if (monoRuntime)