mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Set stability count to 2 (enough for nitpick)
This commit is contained in:
parent
10d1b54241
commit
6b83f2f94d
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ int TestScriptingInterface::getOtherAvatarsReplicaCount() {
|
|||
|
||||
bool TestScriptingInterface::isTextureLoadingComplete() {
|
||||
bool result;
|
||||
qApp->setMinimumGPUTextureMemStabilityCount(2);
|
||||
QMetaObject::invokeMethod(qApp, "gpuTextureMemSizeStable", Qt::DirectConnection, Q_RETURN_ARG(bool, result));
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue