diff --git a/java/jni/YGJNI.cpp b/java/jni/YGJNI.cpp index 71f04c6f..8463421f 100644 --- a/java/jni/YGJNI.cpp +++ b/java/jni/YGJNI.cpp @@ -94,7 +94,7 @@ struct YGNodeContext { const int MARGIN = 1; const int PADDING = 2; -const int BORDER = 3; +const int BORDER = 4; static inline YGNodeContext* ygNodeRefToYGNodeContext(YGNodeRef node) { return reinterpret_cast(node->getContext());