mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Wrong method call fixed.
This commit is contained in:
parent
6f4ee601fb
commit
261277e4c1
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ int TestScriptingInterface::getOtherAvatarsReplicaCount() {
|
|||
}
|
||||
|
||||
void TestScriptingInterface::setMinimumGPUTextureMemStabilityCount(int count) {
|
||||
QMetaObject::invokeMethod(qApp, "gpuTextureMemSizeStable", Qt::DirectConnection, Q_ARG(int, count));
|
||||
QMetaObject::invokeMethod(qApp, "setMinimumGPUTextureMemStabilityCount", Qt::DirectConnection, Q_ARG(int, count));
|
||||
}
|
||||
|
||||
bool TestScriptingInterface::isTextureLoadingComplete() {
|
||||
|
|
Loading…
Reference in a new issue