diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-03-02 16:52:14 -0500 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-03-02 16:52:14 -0500 | 
| commit | 27203e1b356474b877435d061bd8eb40a63552dd (patch) | |
| tree | 1008f0facf2da5f037ab425ca85a6fa46be49a6a | |
| parent | 0f65a04eff96c9b3a0644e9bcbb7cd74a806c866 (diff) | |
SL-276 WIP - restored leading xml tag in avatar_skeleton.xml.
| -rwxr-xr-x | indra/newview/character/avatar_skeleton.xml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/character/avatar_skeleton.xml b/indra/newview/character/avatar_skeleton.xml index 31a52e1c07..b6661471dc 100755 --- a/indra/newview/character/avatar_skeleton.xml +++ b/indra/newview/character/avatar_skeleton.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="US-ASCII" standalone="yes"?>  <linden_skeleton num_bones="123" num_collision_volumes="26" version="1.0">     <bone aliases="hip avatar_mPelvis" end="0.000 0.000 0.084" group="SL Base" name="mPelvis" pivot="0.000000 0.000000 1.067015" pos="0.000 0.000 1.067" rot="0.000000 0.000000 0.000000" scale="1.000 1.000 1.000" support="base" connected="false">        <collision_volume end="0.030 0.000 0.095" group="Collision" name="PELVIS" pos="-0.01 0 -0.02" rot="0.000000 8.00000 0.000000" scale="0.12 0.16 0.17" support="base"/> | 
