This commit is contained in:
NepDisk 2025-09-23 11:30:13 -04:00
parent 3d8d167cf4
commit e5d866eb6f

View file

@ -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;
}