Skip to content

Commit 884d67d

Browse files
committed
removed trampoline alloc
1 parent 3b653f4 commit 884d67d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,6 @@ extern "C" DLLEXPORT bool SKSEAPI SKSEPlugin_Load(const SKSE::LoadInterface* sks
212212
return false;
213213
}
214214

215-
// Allocate Trampoline
216-
//SKSE::AllocTrampoline(64);
217-
218215
// Hooks
219216
stl::write_vfunc<0x4, BSLightingShader_SetupMaterial>(RE::VTABLE_BSLightingShader[0]);
220217
stl::detour_thunk<TESObjectLAND_SetupMaterial>(REL::RelocationID(18368, 18791));

0 commit comments

Comments
 (0)