overlay util: mark explicit fallthrough in transformPosition

This commit is contained in:
Adam
2018-06-16 13:26:25 -04:00
parent 52447b5d5b
commit e06f7010ed

View File

@@ -225,6 +225,7 @@ public class OverlayUtil
case BOTTOM_RIGHT:
case ABOVE_CHATBOX_RIGHT:
result.y = result.y - dimension.height;
// FALLTHROUGH
case TOP_RIGHT:
result.x = result.x - dimension.width;
break;