mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
Fix mat4FromVariant
This commit is contained in:
parent
74b4b47a2a
commit
05a2b11c54
1 changed files with 2 additions and 0 deletions
|
@ -701,6 +701,8 @@ glm::mat4 mat4FromVariant(const QVariant& object, bool& valid) {
|
|||
if (everyConversionValid) {
|
||||
valid = true;
|
||||
}
|
||||
|
||||
return mat4;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue