mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 12:49:51 +02:00
Typo fix.
This commit is contained in:
parent
16be0ca70c
commit
04792bf3bc
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ QScriptValue avatarDataToScriptValue(QScriptEngine* engine, const AvatarSharedPo
|
|||
}
|
||||
|
||||
void avatarDataFromScriptValue(const QScriptValue& object, AvatarSharedPointer& out) {
|
||||
// This is not implemented because there are no slots/properties that take expect an AvatarSharedPointer from a script
|
||||
// This is not implemented because there are no slots/properties that take an AvatarSharedPointer from a script
|
||||
assert(false);
|
||||
out = AvatarSharedPointer(nullptr);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue