fixed warnings in BlockArea.cpp
This commit is contained in:
parent
8003305075
commit
25d42c44d5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user