mirror of https://github.com/PCSX2/pcsx2.git
Code: Formatting
This commit is contained in:
parent
72034da6ac
commit
fe3eab5815
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue