1
0
Fork 0

fixed warnings in BlockArea.cpp

This commit is contained in:
Tycho Bickerstaff 2013-12-22 13:55:06 +00:00 committed by madmaxoft
parent 8003305075
commit 25d42c44d5
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ template<typename Combinator> void InternalMergeBlocks(
Combinator a_Combinator
)
{
UNUSED(a_SrcSizeY);
UNUSED(a_DstSizeY);
for (int y = 0; y < a_SizeY; y++)
{
int SrcBaseY = (y + a_SrcOffY) * a_SrcSizeX * a_SrcSizeZ;