mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
rsx: Formatting change
This commit is contained in:
parent
61b69eeed2
commit
508dd2b509
1 changed files with 3 additions and 3 deletions
|
@ -940,11 +940,11 @@ namespace rsx
|
||||||
{
|
{
|
||||||
compiled_resources.clear();
|
compiled_resources.clear();
|
||||||
|
|
||||||
if (radius == 0 ||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
true ||
|
if (true)
|
||||||
|
#else
|
||||||
|
if (radius == 0 || radius > (w / 2))
|
||||||
#endif
|
#endif
|
||||||
radius > (w / 2))
|
|
||||||
{
|
{
|
||||||
// Invalid radius
|
// Invalid radius
|
||||||
compiled_resources = overlay_element::get_compiled();
|
compiled_resources = overlay_element::get_compiled();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue