mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +02:00
revert small tweaks
This commit is contained in:
parent
5c37a79378
commit
81fc0bea4d
2 changed files with 0 additions and 5 deletions
|
@ -23,10 +23,6 @@ OctreePersistThread::OctreePersistThread(Octree* tree, const QString& filename,
|
|||
{
|
||||
}
|
||||
|
||||
OctreePersistThread::~OctreePersistThread() {
|
||||
qDebug() << "OctreePersistThread::~OctreePersistThread()...";
|
||||
}
|
||||
|
||||
bool OctreePersistThread::process() {
|
||||
|
||||
if (!_initialLoadComplete) {
|
||||
|
|
|
@ -22,7 +22,6 @@ public:
|
|||
static const int DEFAULT_PERSIST_INTERVAL = 1000 * 30; // every 30 seconds
|
||||
|
||||
OctreePersistThread(Octree* tree, const QString& filename, int persistInterval = DEFAULT_PERSIST_INTERVAL);
|
||||
~OctreePersistThread();
|
||||
|
||||
bool isInitialLoadComplete() const { return _initialLoadComplete; }
|
||||
quint64 getLoadElapsedTime() const { return _loadTimeUSecs; }
|
||||
|
|
Loading…
Reference in a new issue