We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b653f4 commit 884d67dCopy full SHA for 884d67d
src/main.cpp
@@ -212,9 +212,6 @@ extern "C" DLLEXPORT bool SKSEAPI SKSEPlugin_Load(const SKSE::LoadInterface* sks
212
return false;
213
}
214
215
- // Allocate Trampoline
216
- //SKSE::AllocTrampoline(64);
217
-
218
// Hooks
219
stl::write_vfunc<0x4, BSLightingShader_SetupMaterial>(RE::VTABLE_BSLightingShader[0]);
220
stl::detour_thunk<TESObjectLAND_SetupMaterial>(REL::RelocationID(18368, 18791));
0 commit comments