mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-01 03:32:07 +00:00
rsx: Formatting change
This commit is contained in:
parent
61b69eeed2
commit
508dd2b509
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user