mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 01:22:21 +02:00
doh! string not boolean
This commit is contained in:
parent
0b7af66016
commit
9b0ebf0e07
1 changed files with 1 additions and 1 deletions
|
@ -1781,7 +1781,7 @@ bool EntityScriptingInterface::verifyStaticCertificateProperties(const QUuid& en
|
|||
|
||||
#ifdef DEBUG_CERT
|
||||
QString EntityScriptingInterface::computeCertificateID(const QUuid& entityID) {
|
||||
QString result = false;
|
||||
QString result { "" };
|
||||
if (_entityTree) {
|
||||
_entityTree->withReadLock([&] {
|
||||
EntityItemPointer entity = _entityTree->findEntityByEntityItemID(EntityItemID(entityID));
|
||||
|
|
Loading…
Reference in a new issue