Code: Formatting

This commit is contained in:
KamFretoZ 2024-08-05 16:08:30 +07:00 committed by lightningterror
parent 72034da6ac
commit fe3eab5815
3 changed files with 39 additions and 40 deletions

View File

@ -691,8 +691,7 @@ __ri void ImGuiManager::DrawVideoCaptureOverlay(float& position_y, float scale,
{ {
if (!GSConfig.OsdShowVideoCapture || if (!GSConfig.OsdShowVideoCapture ||
!GSCapture::IsCapturing() || !GSCapture::IsCapturing() ||
FullscreenUI::HasActiveWindow() FullscreenUI::HasActiveWindow())
)
return; return;
const float shadow_offset = std::ceil(scale); const float shadow_offset = std::ceil(scale);