Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
akifle47 committed Feb 28, 2024
1 parent 462c787 commit c367e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void Update()
void OnAfterCopyLight(rage::CLightSource *light)
{
//CLightSource doesnt have a member to control the volume intensity so
//i abuse type casting to use field_C for it as im p sure its just a padding anyway
//i abuse type casting to use field_C for it as im p sure its just padding anyway

if(light->mFlags & 8 /*volumetric*/)
{
Expand Down

0 comments on commit c367e5e

Please sign in to comment.