Commit e5e1ba3c authored by CUI Hao (Lab)'s avatar CUI Hao (Lab)

Fix typo in core+RotatedRect.java

parent 71aee662
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment