mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:41:02 +02: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) {
|
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() {
|
bool TestScriptingInterface::isTextureLoadingComplete() {
|
||||||
|
|
Loading…
Reference in a new issue