From a7d12ec341966b196f67809eb9c481fd9f6b5314 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sat, 11 Oct 2025 22:21:12 +0200 Subject: [PATCH] Add compensated FOV --- includes/GameInformations.h | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/GameInformations.h b/includes/GameInformations.h index d81a5cc..c0767f8 100644 --- a/includes/GameInformations.h +++ b/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;