mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
fix warning in my PR
This commit is contained in:
parent
762aefbbca
commit
d344ef6e2a
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ namespace controller {
|
|||
}
|
||||
|
||||
void Pose::fromScriptValue(const QScriptValue& object, Pose& pose) {
|
||||
bool isValid = true;
|
||||
auto translation = object.property("translation");
|
||||
auto rotation = object.property("rotation");
|
||||
auto velocity = object.property("velocity");
|
||||
|
|
Loading…
Reference in a new issue