LB-- / MCModify

WIP Java/C++ library for dealing with Minecraft files.
The Unlicense
21 stars 10 forks source link

Heightmap not initialized in Chunk(int,int) constructor #4

Closed PanierAvide closed 10 years ago

PanierAvide commented 10 years ago

Hello, In the constructor Chunk(int x, int z), the attribute heightmap isn't initialized, causing some troubles (NullPointerException) when calling HeightMap(int x, int z, int height). Regards.