Removed outdated comment

This commit is contained in:
Eddoursul 2024-07-08 01:54:19 +02:00
parent 796620ec11
commit f6fda7cdf0

View File

@ -18,7 +18,7 @@ struct SetBookShaderHook
static void Install() static void Install()
{ {
REL::Relocation<uintptr_t> vTable(RE::TESObjectREFR::VTABLE[0]); REL::Relocation<uintptr_t> 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"); logger::info("Added book shader hook");
} }
}; };