mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Another attempt to squash the animation bug. Wish I could get this to fail at will.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
if (nod.Attributes["name"] != null)
|
||||
{
|
||||
AnimsLLUUID.Add(nod.Attributes["name"].Value, nod.InnerText);
|
||||
AnimsLLUUID.Add((string)nod.Attributes["name"].Value, (LLUUID)nod.InnerText);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user