Skip to content

Commit

Permalink
stupid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aap committed Dec 18, 2017
1 parent c6a431e commit 6725e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ void (*CMBlur__MotionBlurRenderIII_orig)(RwCamera*, RwUInt8, RwUInt8, RwUInt8, R
void
CMBlur__MotionBlurRenderIII(RwCamera *cam, RwUInt8 red, RwUInt8 green, RwUInt8 blue, RwUInt8 alpha, int type, int bluralpha)
{
if(config.trailsSwitch < 0) config.trailsSwitch = 1;
if(config.trailsSwitch < 0) config.trailsSwitch = 0;
if(config.disableColourOverlay)
return;
if(config.trailsSwitch)
Expand All @@ -825,7 +825,7 @@ void (*CMBlur__MotionBlurRenderVC_orig)(RwCamera*, RwUInt8, RwUInt8, RwUInt8, Rw
void
CMBlur__MotionBlurRenderVC(RwCamera *cam, RwUInt8 red, RwUInt8 green, RwUInt8 blue, RwUInt8 alpha, int type)
{
if(config.trailsSwitch < 0) config.trailsSwitch = 1;
if(config.trailsSwitch < 0) config.trailsSwitch = 0;
if(config.disableColourOverlay)
return;
if(config.trailsSwitch)
Expand Down

0 comments on commit 6725e59

Please sign in to comment.