wall generation with different top and bottom plates.

This commit is contained in:
tamasmeszaros 2018-08-17 15:11:30 +02:00
parent 1878c79ac7
commit 776f555790
3 changed files with 124 additions and 55 deletions

View file

@ -135,7 +135,7 @@ Raster::Raster(Raster &&m):
void Raster::reset(const Raster::Resolution &r, const Raster::PixelDim &pd)
{
// Free up the unneccessary memory and make sure it stays clear after
// Free up the unnecessary memory and make sure it stays clear after
// an exception
auto o = impl_? impl_->origin() : Origin::TOP_LEFT;
reset(r, pd, o);