diff --git a/src/app/physics/physics.service.ts b/src/app/physics/physics.service.ts index ae5b37f..e1298cc 100644 --- a/src/app/physics/physics.service.ts +++ b/src/app/physics/physics.service.ts @@ -9,9 +9,9 @@ export class PhysicsService { info = new BehaviorSubject(null); motion = new BehaviorSubject(null); - speed = new BehaviorSubject(null); orientation = new BehaviorSubject(null); position = new BehaviorSubject(null); + speed = new BehaviorSubject(null); constructor() { // Gather physical data