Closed VoxelFarmMiguel closed 7 years ago
The parsing breaks when a TAG_Long (4) is encountered. This is because the current code reads a C++ "long" which is 4 bytes only. Should be using "long long".
Thanks! Bug is addressed in commit c51a6534a55c5d98cbd77bee452334f5bdc4b1ea
The parsing breaks when a TAG_Long (4) is encountered. This is because the current code reads a C++ "long" which is 4 bytes only. Should be using "long long".