rsx: Formatting change
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user