mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Revert "Revert "Fix build warning""
This commit is contained in:
parent
86eb7a2464
commit
fc89f92097
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ static unsigned STARFIELD_SEED = 1;
|
|||
|
||||
static const int BANDWIDTH_METER_CLICK_MAX_DRAG_LENGTH = 6; // farther dragged clicks are ignored
|
||||
|
||||
const unsigned MAXIMUM_CACHE_SIZE = 10737418240; // 10GB
|
||||
const qint64 MAXIMUM_CACHE_SIZE = 10737418240; // 10GB
|
||||
|
||||
static QTimer* idleTimer = NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue