Fix typo in core+RotatedRect.java

This commit is contained in:
CUI Hao (Lab) 2019-01-02 16:45:51 +08:00
parent 71aee662bd
commit e5e1ba3c97

View File

@ -33,7 +33,7 @@ public class RotatedRect {
angle = vals.length > 4 ? (double) vals[4] : 0;
} else {
center.x = 0;
center.x = 0;
center.y = 0;
size.width = 0;
size.height = 0;
angle = 0;