mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Merge pull request #15441 from dback2/materialTargetBadMerge
Case 22195: Fix material target parentIDChanged
This commit is contained in:
commit
50583d337b
1 changed files with 1 additions and 1 deletions
|
@ -2950,7 +2950,7 @@ function createProperty(propertyData, propertyElementID, propertyName, propertyI
|
|||
*/
|
||||
|
||||
function parentIDChanged() {
|
||||
if (currentSelections.length === 1 && currentSelections[0].type === "Material") {
|
||||
if (currentSelections.length === 1 && currentSelections[0].properties.type === "Material") {
|
||||
requestMaterialTarget();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue