diff options
Diffstat (limited to '')
-rw-r--r-- | source/cChunkMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cChunkMap.h b/source/cChunkMap.h index 57ad313dc..19619f0c5 100644 --- a/source/cChunkMap.h +++ b/source/cChunkMap.h @@ -88,4 +88,4 @@ private: cChunkNode* m_Nodes;
int m_Width, m_Height;
-};
\ No newline at end of file +};
|