added first version of LINT to the editor
fixed issue with incorrect stairs
This commit is contained in:
@@ -73,6 +73,7 @@ public:
|
||||
|
||||
// load the indoor-map using the given XML-file
|
||||
im = Floorplan::Reader::readFromFile(file);
|
||||
Floorplan::LINT::assertOK(im);
|
||||
root = new MMRoot(nullptr, im);
|
||||
root->addListener(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user