mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-04 00:31:35 +00:00
Fix Hudfix limit check...
This commit is contained in:
@@ -285,7 +285,7 @@ bool Hudfix_Dx12::CheckCapture()
|
||||
LOG_TRACE("frameCounter: {}, _captureCounter: {}, Limit: {}", State::Instance().currentFeature->FrameCount(),
|
||||
_captureCounter[fIndex], Config::Instance()->FGHUDLimit.value_or_default());
|
||||
|
||||
if (_captureCounter[fIndex] > Config::Instance()->FGHUDLimit.value_or_default())
|
||||
if (_captureCounter[fIndex] < Config::Instance()->FGHUDLimit.value_or_default())
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user