make isUndefined public, add CSS_POSITION_COUNT back
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "Layout.h"
|
||||
|
||||
static bool isUndefined(float value) {
|
||||
bool isUndefined(float value) {
|
||||
return isnan(value);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user