mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
CR corrections.
This commit is contained in:
parent
ec69fd38eb
commit
6f4ee601fb
2 changed files with 2 additions and 2 deletions
|
@ -201,7 +201,7 @@ int TestScriptingInterface::getOtherAvatarsReplicaCount() {
|
|||
}
|
||||
|
||||
void TestScriptingInterface::setMinimumGPUTextureMemStabilityCount(int count) {
|
||||
qApp->setMinimumGPUTextureMemStabilityCount(count);
|
||||
QMetaObject::invokeMethod(qApp, "gpuTextureMemSizeStable", Qt::DirectConnection, Q_ARG(int, count));
|
||||
}
|
||||
|
||||
bool TestScriptingInterface::isTextureLoadingComplete() {
|
||||
|
|
|
@ -173,7 +173,7 @@ public slots:
|
|||
/**jsdoc
|
||||
* Check whether all textures have been loaded.
|
||||
* @function Entities.isTextureLoadingComplete
|
||||
* @returns {boolean} <code>true</code> texture memory usage is not increasing <code>false</code>.
|
||||
* @returns {boolean} <code>true</code> texture memory usage is not increasing
|
||||
*/
|
||||
Q_INVOKABLE bool isTextureLoadingComplete();
|
||||
|
||||
|
|
Loading…
Reference in a new issue