Skip to content

Commit

Permalink
CSkeletonX: Also copy the m_Indices on OGL.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Mar 22, 2016
1 parent a42ae5e commit 1182401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layers/xrRender/SkeletonX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void CSkeletonX::_Copy (CSkeletonX *B)
RMS_boneid = B->RMS_boneid;
RMS_bonecount = B->RMS_bonecount;

#if defined(USE_DX10) || defined(USE_DX11)
#if defined(USE_DX10) || defined(USE_DX11) || defined(USE_OGL)
m_Indices = B->m_Indices;
#endif // USE_DX10
}
Expand Down

0 comments on commit 1182401

Please sign in to comment.