Skip to content

Commit

Permalink
Fixed an oversight in viewrender.cpp, will update the 0.1.8c distrib …
Browse files Browse the repository at this point in the history
…on moddb.com
  • Loading branch information
Vlad-Melnichuk committed Feb 7, 2023
1 parent 3c1ff57 commit b828dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/client/viewrender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3128,7 +3128,7 @@ void CRendering3dView::UpdateRenderablesOpacity()
flFactor = pLocal->GetFOVDistanceAdjustFactor();
}

if ( cl_leveloverview.GetFloat() > 0 || cl_propfade.GetFloat() > 0 )
if ( cl_leveloverview.GetFloat() > 0 || cl_propfade.GetFloat() == 0 )
{
// disable prop fading
flFactor = -1;
Expand Down

0 comments on commit b828dc9

Please sign in to comment.