e
This commit is contained in:
parent
3d8d167cf4
commit
e5d866eb6f
1 changed files with 1 additions and 1 deletions
|
|
@ -928,7 +928,7 @@ void K_ObjectTracking(trackingResult_t *result, const vector3_t *point, boolean
|
|||
result->x = -result->x;
|
||||
}
|
||||
|
||||
if (camera[cameraNum].postimgflags && POSTIMG_FLIP)
|
||||
if (camera[cameraNum].postimgflags & POSTIMG_FLIP)
|
||||
{
|
||||
result->y = -result->y;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue