Skip to content
Snippets Groups Projects
Commit 36449b95 authored by Alexander Rose's avatar Alexander Rose
Browse files

fix

parent 03072712
Branches
Tags
No related merge requests found
......@@ -136,9 +136,8 @@ export function UnitsMeshVisual<P extends UnitsMeshProps>(builder: UnitsMeshVisu
if (group && !sameGroupConformation(group, currentGroup)) {
// console.log('unit-visual new conformation')
currentGroup = group
} else {
await update(ctx, props)
}
await update(ctx, props)
}
},
getLoci(pickingId: PickingId) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment