mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +02:00
OctreePersistThread defaults to no backup, server always uses settings
This commit is contained in:
parent
6ee4e611ac
commit
899a3985a5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
static const QString DEFAULT_BACKUP_EXTENSION_FORMAT;
|
||||
|
||||
OctreePersistThread(Octree* tree, const QString& filename, int persistInterval = DEFAULT_PERSIST_INTERVAL,
|
||||
bool wantBackup = true, int backupInterval = DEFAULT_BACKUP_INTERVAL,
|
||||
bool wantBackup = false, int backupInterval = DEFAULT_BACKUP_INTERVAL,
|
||||
const QString& backupExtensionFormat = DEFAULT_BACKUP_EXTENSION_FORMAT);
|
||||
|
||||
bool isInitialLoadComplete() const { return _initialLoadComplete; }
|
||||
|
|
Loading…
Reference in a new issue