Fixed build.

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3487 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Latif Khalifa
2011-03-17 18:34:03 +00:00
parent 855b1314ac
commit af9765a75d

View File

@@ -35,7 +35,7 @@ namespace OpenMetaverse.TestClient
return usage;
try {
assetType = (AssetType)Enum.Parse(typeof(AssetType), args[1], ignoreCase: true);
assetType = (AssetType)Enum.Parse(typeof(AssetType), args[1], true);
} catch (ArgumentException) {
return usage;
}