worked on elevators and lint

This commit is contained in:
k-a-z-u
2017-11-08 18:11:28 +01:00
parent 72b07824d9
commit 281ef3f7dc
8 changed files with 96 additions and 19 deletions

View File

@@ -45,7 +45,7 @@ public:
new MMFloorFingerprints(this, floor);
new MMFloorPOIs(this, floor);
new MMFloorStairs(this, map, floor);
new MMFloorElevators(this, floor);
new MMFloorElevators(this, map, floor);
new MMFloorGroundTruthPoints(this, floor);
}