From 8b8d98886de1c7f854e693067a4fd418832ff493 Mon Sep 17 00:00:00 2001 From: ztimson Date: Tue, 9 Jul 2019 15:53:24 -0400 Subject: [PATCH] organization --- src/app/physics/physics.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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