mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:24:08 +02:00
Remove duplicate definition
This commit is contained in:
parent
5cdc76ad35
commit
98dd401ea3
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ static const QString MODEL_URL = "/api/v1/models";
|
|||
|
||||
static const QString SETTING_NAME = "LastModelUploadLocation";
|
||||
|
||||
static const long long BYTES_PER_MEGABYTES = 1024 * 1024;
|
||||
static const unsigned long long MAX_SIZE = 50 * 1024 * BYTES_PER_MEGABYTES; // 50 GB (Virtually remove limit)
|
||||
static const int MAX_TEXTURE_SIZE = 1024;
|
||||
static const int TIMEOUT = 1000;
|
||||
|
|
Loading…
Reference in a new issue