We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42ae5e commit 1182401Copy full SHA for 1182401
src/Layers/xrRender/SkeletonX.cpp
@@ -49,7 +49,7 @@ void CSkeletonX::_Copy (CSkeletonX *B)
49
RMS_boneid = B->RMS_boneid;
50
RMS_bonecount = B->RMS_bonecount;
51
52
-#if defined(USE_DX10) || defined(USE_DX11)
+#if defined(USE_DX10) || defined(USE_DX11) || defined(USE_OGL)
53
m_Indices = B->m_Indices;
54
#endif // USE_DX10
55
}
0 commit comments