mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 19:10:14 +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
|
// Southeast
|
||||||
left = inWidth - outWidth;
|
left = inWidth - outWidth;
|
||||||
top = inHeight - outHeight;
|
top = inHeight - outHeight;
|
||||||
|
break;
|
||||||
case 7:
|
case 7:
|
||||||
// Southwest
|
// Southwest
|
||||||
top = inHeight - outHeight;
|
top = inHeight - outHeight;
|
||||||
|
break;
|
||||||
case 8:
|
case 8:
|
||||||
// Northwest
|
// Northwest
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user