mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-04-23 01:31:32 +00:00
Disable other annoying assertion using #ifdef _DEBUG && 0
This commit is contained in:
parent
e6b192d3d2
commit
8928511cb8
1 changed files with 2 additions and 2 deletions
|
@ -1206,9 +1206,9 @@ bool idClip::Motion( trace_t &results, const idVec3 &start, const idVec3 &end, c
|
|||
trace_t translationalTrace, rotationalTrace, trace;
|
||||
idRotation endRotation;
|
||||
const idTraceModel *trm;
|
||||
|
||||
#ifdef _DEBUG && 0
|
||||
assert( rotation.GetOrigin() == start );
|
||||
|
||||
#endif
|
||||
if ( TestHugeTranslation( results, mdl, start, end, trmAxis ) ) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue