fixed issues and elevators
This commit is contained in:
@@ -197,7 +197,7 @@ public:
|
||||
const int x2 = helper.align(bbox.getMax().x);
|
||||
const int y1 = helper.align(bbox.getMin().y);
|
||||
const int y2 = helper.align(bbox.getMax().y);
|
||||
const int z_cm = (floor->atHeight*100);
|
||||
const int z_cm = std::round(floor->atHeight*100);
|
||||
|
||||
const int total = (x2-x1) / helper.gridSize();
|
||||
int cur = 0;
|
||||
|
||||
Reference in New Issue
Block a user