From 6d4e3265ffacb69476ab20578a787ea045bdf548 Mon Sep 17 00:00:00 2001 From: Laura Date: Thu, 5 Oct 2023 18:59:20 +0200 Subject: [PATCH] fix --- CAM/SetUseHiDof.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CAM/SetUseHiDof.md b/CAM/SetUseHiDof.md index 835ce55a1..3e8b210b6 100644 --- a/CAM/SetUseHiDof.md +++ b/CAM/SetUseHiDof.md @@ -9,4 +9,4 @@ void SET_USE_HI_DOF(); ``` Needs to be called every tick to make the active camera use a high depth of field. -The DoF can be customized using [`SET_CAM_NEAR_DOF`](#_0x3FA4BF0A7AB7DE2C), [`SET_CAM_FAR_DOF`](#_0xEDD91296CD01AEE0), [SET_CAM_USE_SHALLOW_DOF_MODE](`#_0x16A96863A17552BB`), [SET_CAM_DOF_STRENGTH](`#_0x5EE29B4D7D5DF897`) and other DoF related natives. (Example: https://forum.cfx.re/t/camera-depth-of-field-settings/2433316/3) +The DoF can be customized using [`SET_CAM_NEAR_DOF`](#_0x3FA4BF0A7AB7DE2C), [`SET_CAM_FAR_DOF`](#_0xEDD91296CD01AEE0), [`SET_CAM_USE_SHALLOW_DOF_MODE`](#_0x16A96863A17552BB), [`SET_CAM_DOF_STRENGTH`](#_0x5EE29B4D7D5DF897) and other DoF related natives. (Example: https://forum.cfx.re/t/camera-depth-of-field-settings/2433316/3)