Skip to content

Commit

Permalink
FSR1 Optimization with fullbright
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex109 committed Jan 2, 2025
1 parent bce9d2f commit 37beab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cod4qol/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ void game::applyFsr1()
float renderscale = commands::qol_renderscale->current.value;
const static int* visionApplied = reinterpret_cast<int*>(0xCEFBA08);

if (renderscale != 1.0)
if (renderscale != 1.0 && !commands::r_fullbright->current.enabled)
{
if (*visionApplied)
{
Expand Down

0 comments on commit 37beab4

Please sign in to comment.