We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3560a97 commit 0f20041Copy full SHA for 0f20041
src/context.ts
@@ -692,8 +692,7 @@ export class ContextService {
692
let entityPosition = entity.position;
693
let entityOrientation = entity.orientation;
694
695
- if (entityPosition instanceof ConstantPositionProperty &&
696
- entityPosition.referenceFrame === referenceFrame) {
+ if (entityPosition instanceof ConstantPositionProperty) {
697
entityPosition.setValue(positionValue, referenceFrame);
698
} else {
699
entity.position = new ConstantPositionProperty(positionValue, referenceFrame);
0 commit comments