Remove or update some remaining non-inclusive terms. (#793)

This commit is contained in:
bosnichd
2021-05-18 11:43:57 -06:00
committed by GitHub
parent fed56805f5
commit 7a557c05ac
10 changed files with 17 additions and 24 deletions
-1
View File
@@ -772,7 +772,6 @@ _MS_ALIGN(16) struct SSkinningData
void* pCharInstCB; // used if per char instance cbs are available in renderdll (d3d11+);
// members below are for Software Skinning
void* pCustomData; // client specific data, used for example for sw-skinning on animation side
SSkinningData** pMasterSkinningDataList; // used by the SkinningData for a Character Instance, contains a list of all Skin Instances which need SW-Skinning
SSkinningData* pNextSkinningData; // List to the next element which needs SW-Skinning
} _ALIGN(16);