Skip to content

Commit

Permalink
fix: add vr offset for llf hook
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Oct 8, 2023
1 parent ee2c7dd commit 12c25f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Features/LightLimitFix.h
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ struct LightLimitFix : Feature

logger::info("[LLF] Installed hooks");

stl::write_thunk_call<BSLightingShader_SetupGeometry_GeometrySetupConstantPointLights>(REL::RelocationID(100565, 107300).address() + REL::Relocate(0x523, 0xB0E));
stl::write_thunk_call<BSLightingShader_SetupGeometry_GeometrySetupConstantPointLights>(REL::RelocationID(100565, 107300).address() + REL::Relocate(0x523, 0xB0E, 0x5fe));
}
};
};
Expand Down

0 comments on commit 12c25f0

Please sign in to comment.