From d70e20496a063ee75cba774f2a5b713c16cfb7f1 Mon Sep 17 00:00:00 2001 From: korenkonder Date: Tue, 19 Mar 2024 15:35:09 +0300 Subject: [PATCH] Fixed Auth3D not appearing when disabling Reflections --- source-code/source/plugins/Patches/PatchApplier710.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-code/source/plugins/Patches/PatchApplier710.h b/source-code/source/plugins/Patches/PatchApplier710.h index 4bdb678..2a24f70 100644 --- a/source-code/source/plugins/Patches/PatchApplier710.h +++ b/source-code/source/plugins/Patches/PatchApplier710.h @@ -555,7 +555,7 @@ class PatchApplier710 : public PatchApplier { // Reflections if (!nReflections) { - InjectCode((void*)0x1406477C0, { 0xE9, 0xF3, 0x00, 0x00, 0x00, 0x90 }); + InjectCode((void*)0x1406477C6, { 0xE9, 0xE9, 0x00, 0x00, 0x00, 0x90, 0x90, 0x90 }); InjectCode((void*)0x1411ADAFC, { 0x00 }); } // Shadows -- 2.54.0