trace.c: fix bug in determining hitpoint->point
This commit is contained in:
parent
a6e8cfdf1a
commit
33fe708dd7
|
|
@ -151,7 +151,7 @@ TraceLine(const dmodel_t *model, const int traceflags,
|
|||
if (hitpoint) {
|
||||
hitpoint->dplane = crossnode->plane;
|
||||
hitpoint->side = crossnode->side;
|
||||
VectorCopy(crossnode->back, hitpoint->point);
|
||||
VectorCopy(crossnode->front, hitpoint->point);
|
||||
}
|
||||
return tracehit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue