fixed issues and elevators
This commit is contained in:
@@ -168,6 +168,7 @@ namespace Floorplan {
|
||||
elev->center = Point2(el->FloatAttribute("cx"), el->FloatAttribute("cy"));
|
||||
elev->depth = el->FloatAttribute("depth");
|
||||
elev->width = el->FloatAttribute("width");
|
||||
elev->height_m = el->FloatAttribute("height");
|
||||
elev->rotation = el->FloatAttribute("rotation");
|
||||
return elev;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user