Open sanja-sa opened 6 years ago
Please correct in JSONDataParser.cpp:
std::round(
::round(
textureAtlasData.height = _getNumber(rawData, WIDTH
textureAtlasData.height = _getNumber(rawData, HEIGHT
Thanks, the bug has been fixed :)
Please correct in JSONDataParser.cpp:
std::round(
to::round(
, because not for all Android NDK, cannot be compiled.textureAtlasData.height = _getNumber(rawData, WIDTH
totextureAtlasData.height = _getNumber(rawData, HEIGHT