mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:36:47 +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) {
|
if (everyConversionValid) {
|
||||||
valid = true;
|
valid = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return mat4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue