rsx: Formatting change

This commit is contained in:
kd-11 2023-02-04 23:53:24 +03:00 committed by kd-11
parent 61b69eeed2
commit 508dd2b509

View File

@ -940,11 +940,11 @@ namespace rsx
{
compiled_resources.clear();
if (radius == 0 ||
#ifdef __APPLE__
true ||
if (true)
#else
if (radius == 0 || radius > (w / 2))
#endif
radius > (w / 2))
{
// Invalid radius
compiled_resources = overlay_element::get_compiled();