mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08: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) {
|
void Pose::fromScriptValue(const QScriptValue& object, Pose& pose) {
|
||||||
bool isValid = true;
|
|
||||||
auto translation = object.property("translation");
|
auto translation = object.property("translation");
|
||||||
auto rotation = object.property("rotation");
|
auto rotation = object.property("rotation");
|
||||||
auto velocity = object.property("velocity");
|
auto velocity = object.property("velocity");
|
||||||
|
|
Loading…
Reference in a new issue