From 9a2b43be891e3026fe4fd29c5a322ecadef99cb5 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sat, 11 Oct 2025 22:12:21 +0200 Subject: [PATCH] Add compensated FOV --- external/includes/GameInformations.h | 1 + 1 file changed, 1 insertion(+) diff --git a/external/includes/GameInformations.h b/external/includes/GameInformations.h index bc7c988..46a23fa 100644 --- a/external/includes/GameInformations.h +++ b/external/includes/GameInformations.h @@ -3,6 +3,7 @@ // Shared structure values with Core dll struct GameInfos { float FOVIn; + float CompensatedFOV; float FOVOut; float cameraIn; float cameraOut;