Fix incorrect value

This commit is contained in:
Niklas von Hertzen 2017-08-11 20:40:08 +08:00
parent 42a87b8354
commit fb58d1f0b6

View File

@ -15,7 +15,7 @@ const BOTTOM = 2;
const LEFT = 3;
const H = 0;
const V = 0;
const V = 1;
export type BoundCurves = {
topLeftOuter: BezierCurve | Vector,