1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-06 13:55:22 +02:00

Small refactoring.

This commit is contained in:
Miroslav Bendík
2012-09-01 16:17:58 +02:00
parent 660b543491
commit f0e064744b
2 changed files with 10 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ private:
FirstLine = 0,
LastLine = BLOCK_SIZE,
EmptyLine = BLOCK_SIZE + 1,
BlockCount = BLOCK_SIZE + 2
LineCount = BLOCK_SIZE + 2
};
PixelAttribute *m_pixelAttributes[BLOCK_SIZE + 2]; // 1px gradient + empty
int m_width;