mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
minor cleanups, diff minimization
This commit is contained in:
parent
5475e76516
commit
222c3f01eb
3 changed files with 1 additions and 5 deletions
|
@ -14,7 +14,6 @@
|
|||
|
||||
#include <set>
|
||||
#include <SimpleMovingAverage.h>
|
||||
#include <QThread>
|
||||
|
||||
class CoverageMap;
|
||||
class ReadBitstreamToTreeParams;
|
||||
|
|
|
@ -74,8 +74,7 @@ bool ShapeManager::releaseShape(const DoubleHashKey& key) {
|
|||
}
|
||||
} else {
|
||||
// attempt to remove unmanaged shape
|
||||
// XXX
|
||||
// assert(false);
|
||||
assert(false);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -39,8 +39,6 @@ void ShapeInfo::setParams(ShapeType type, const glm::vec3& halfExtents, QVector<
|
|||
}
|
||||
case SHAPE_TYPE_CONVEX_HULL:
|
||||
_url = QUrl(url);
|
||||
// start download of model which contains collision hulls
|
||||
// _type = SHAPE_TYPE_NONE; // until download is done XXX
|
||||
_halfExtents = halfExtents;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue