LIBOMV-906: [PATCH] Support for avatar physics
Patch by Tim Hart (Modified slightly not to send physics params if no physical wearable is worn) git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3542 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -81,7 +81,7 @@ namespace VisualParamGenerator
|
||||
|
||||
StringWriter output = new StringWriter();
|
||||
|
||||
// Make sure we end up with 218 Group-0 VisualParams as a sanity check
|
||||
// Make sure we end up with 251 Group-0 VisualParams as a sanity check
|
||||
int count = 0;
|
||||
|
||||
foreach (XmlNode node in list)
|
||||
@@ -287,7 +287,7 @@ namespace VisualParamGenerator
|
||||
}
|
||||
}
|
||||
|
||||
if (count != 218)
|
||||
if (count != 251)
|
||||
{
|
||||
Console.WriteLine("Ended up with the wrong number of Group-0 VisualParams! Exiting...");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user