mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Remove possible switch case fall through
Luckily there were no side effects in this... case
This commit is contained in:
parent
df97ef23d9
commit
72b0efd393
@ -438,9 +438,11 @@ namespace sharp {
|
||||
// Southeast
|
||||
left = inWidth - outWidth;
|
||||
top = inHeight - outHeight;
|
||||
break;
|
||||
case 7:
|
||||
// Southwest
|
||||
top = inHeight - outHeight;
|
||||
break;
|
||||
case 8:
|
||||
// Northwest
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user