From f6fda7cdf0c8c89fb23ea9bc2b2f31273d783b18 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Mon, 8 Jul 2024 01:54:19 +0200 Subject: [PATCH] Removed outdated comment --- src/Hooks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hooks.h b/src/Hooks.h index 436730e..2173048 100644 --- a/src/Hooks.h +++ b/src/Hooks.h @@ -18,7 +18,7 @@ struct SetBookShaderHook static void Install() { REL::Relocation vTable(RE::TESObjectREFR::VTABLE[0]); - func = vTable.write_vfunc(0x66, thunk); // NiAVObject* Load3D(bool a_backgroundLoading) + func = vTable.write_vfunc(0x66, thunk); logger::info("Added book shader hook"); } };