Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 368317
Collapse All | Expand All

(-)a/coreLibrary_200/source/core/dgTypes.cpp (-3 / +2 lines)
Lines 515-521 dgInt32 dgVertexListToIndexList (dgFloat64* const vertList, dgInt32 strideInByte Link Here
515
		return 0;
515
		return 0;
516
	}
516
	}
517
	_ASSERTE (compareCount <= dgInt32 (strideInBytes / sizeof (dgFloat64)));
517
	_ASSERTE (compareCount <= dgInt32 (strideInBytes / sizeof (dgFloat64)));
518
	_ASSERT (strideInBytes == dgInt32 (sizeof (dgFloat64) * (strideInBytes / sizeof (dgFloat64))));
518
	_ASSERTE (strideInBytes == dgInt32 (sizeof (dgFloat64) * (strideInBytes / sizeof (dgFloat64))));
519
519
520
	dgInt32 stride = strideInBytes / dgInt32 (sizeof (dgFloat64));
520
	dgInt32 stride = strideInBytes / dgInt32 (sizeof (dgFloat64));
521
	dgInt32 stride2 = stride + 2;
521
	dgInt32 stride2 = stride + 2;
Lines 594-597 dgInt32 dgVertexListToIndexList (dgFloat32* const vertList, dgInt32 strideInByte Link Here
594
	}
594
	}
595
	
595
	
596
	return count;
596
	return count;
597
}
597
}
598
- 

Return to bug 368317