Skip to content

Commit

Permalink
fix: reset upscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlum committed Oct 10, 2024
1 parent 015f64b commit 228e5de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Upscaling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ void Upscaling::Upscale()
else if (upscaleMethod == UpscaleMethod::kFSR)
FidelityFX::GetSingleton()->Upscale(upscalingTexture, alphaMaskTexture, jitter, reset, settings.sharpness);

reset = false;

state->EndPerfEvent();
}

Expand Down

0 comments on commit 228e5de

Please sign in to comment.