Commit 054bd23a authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #13560 from cuihaoleo:master

parents 3bbe5d39 e5e1ba3c
......@@ -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