mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:36:47 +02:00
Merge pull request #3763 from highfidelity/revert-3762-fix-build-warning
Revert "Fix build warning"
This commit is contained in:
commit
c4744290d2
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
|
static const int BANDWIDTH_METER_CLICK_MAX_DRAG_LENGTH = 6; // farther dragged clicks are ignored
|
||||||
|
|
||||||
const qint64 MAXIMUM_CACHE_SIZE = 10737418240; // 10GB
|
const unsigned MAXIMUM_CACHE_SIZE = 10737418240; // 10GB
|
||||||
|
|
||||||
static QTimer* idleTimer = NULL;
|
static QTimer* idleTimer = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue