diff options
Diffstat (limited to '')
-rw-r--r-- | source/cChunk.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cChunk.cpp b/source/cChunk.cpp index 89d03bfb5..1383a49d9 100644 --- a/source/cChunk.cpp +++ b/source/cChunk.cpp @@ -238,6 +238,8 @@ void cChunk::SetAllData(const char * a_BlockData, cEntityList & a_Entities, cBlo // Create block entities that the loader didn't load; fill them with defaults
CreateBlockEntities();
+
+ CalculateHeightmap();
}
|