From e5d866eb6fd83f51c4a86834b76fe24dd8e6ce09 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Tue, 23 Sep 2025 11:30:13 -0400 Subject: [PATCH] e --- src/k_hud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_hud.c b/src/k_hud.c index c4afbd643..bac4a9ee8 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -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; }