Removed outdated comment
This commit is contained in:
parent
796620ec11
commit
f6fda7cdf0
@ -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");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user