mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 04:37:05 +02:00
Remove unused variable in PickScriptingInterface::createTransformNode
This commit is contained in:
parent
23a6abbaca
commit
7a9480723e
1 changed files with 0 additions and 4 deletions
|
@ -383,10 +383,6 @@ std::shared_ptr<TransformNode> PickScriptingInterface::createTransformNode(const
|
|||
if (propMap["parentJointIndex"].isValid()) {
|
||||
parentJointIndex = propMap["parentJointIndex"].toInt();
|
||||
}
|
||||
glm::vec3 baseScale = glm::vec3(1);
|
||||
if (propMap["baseScale"].isValid()) {
|
||||
baseScale = vec3FromVariant(propMap["baseScale"]);
|
||||
}
|
||||
auto sharedNestablePointer = nestablePointer.lock();
|
||||
if (success && sharedNestablePointer) {
|
||||
NestableType nestableType = sharedNestablePointer->getNestableType();
|
||||
|
|
Loading…
Reference in a new issue