Fixed MSVC 64-bit build warnings.
This commit is contained in:
@@ -64,7 +64,7 @@ void cSandSimulator::SimulateChunk(float a_Dt, int a_ChunkX, int a_ChunkZ, cChun
|
||||
a_Chunk->SetBlock(itr->x, itr->y, itr->z, E_BLOCK_AIR, 0);
|
||||
}
|
||||
}
|
||||
m_TotalBlocks -= ChunkData.size();
|
||||
m_TotalBlocks -= (int)ChunkData.size();
|
||||
ChunkData.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user