From b90ad4ee5e27ba47f259ecbc4603bbb49c3151e8 Mon Sep 17 00:00:00 2001 From: AtomicBottle <84610772+atombottle@users.noreply.github.com> Date: Thu, 21 Dec 2023 19:20:55 +0800 Subject: [PATCH] Update Game.cpp --- apex_dma/Game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apex_dma/Game.cpp b/apex_dma/Game.cpp index c90d674..6e5e064 100644 --- a/apex_dma/Game.cpp +++ b/apex_dma/Game.cpp @@ -329,7 +329,7 @@ QAngle CalculateBestBoneAim(Entity& from, uintptr_t t, float max_fov , float rcs //printf("%f \n", zoom_fov); if (zoom_fov != 0.0f && zoom_fov != 1.0f) { - //max_fov *= zoom_fov/90.0f; + max_fov *= zoom_fov/90.0f; } /*