@@ -, +, @@ --- coreLibrary_200/source/core/dgTypes.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- a/coreLibrary_200/source/core/dgTypes.cpp +++ a/coreLibrary_200/source/core/dgTypes.cpp @@ -515,7 +515,7 @@ dgInt32 dgVertexListToIndexList (dgFloat64* const vertList, dgInt32 strideInByte return 0; } _ASSERTE (compareCount <= dgInt32 (strideInBytes / sizeof (dgFloat64))); - _ASSERT (strideInBytes == dgInt32 (sizeof (dgFloat64) * (strideInBytes / sizeof (dgFloat64)))); + _ASSERTE (strideInBytes == dgInt32 (sizeof (dgFloat64) * (strideInBytes / sizeof (dgFloat64)))); dgInt32 stride = strideInBytes / dgInt32 (sizeof (dgFloat64)); dgInt32 stride2 = stride + 2; @@ -594,4 +594,4 @@ dgInt32 dgVertexListToIndexList (dgFloat32* const vertList, dgInt32 strideInByte } return count; -} +} --