DragonBones / DragonBonesCPP

DragonBones C++ Runtime
MIT License
397 stars 228 forks source link

Some Correction #172

Open sanja-sa opened 6 years ago

sanja-sa commented 6 years ago

Please correct in JSONDataParser.cpp:

  1. Line 1674: std::round( to ::round( , because not for all Android NDK, cannot be compiled.
  2. Line 1965: textureAtlasData.height = _getNumber(rawData, WIDTH to textureAtlasData.height = _getNumber(rawData, HEIGHT
akdcl commented 6 years ago

Thanks, the bug has been fixed :)