From e4e7150f91f462a560b81ce0fac74a99af8c034e Mon Sep 17 00:00:00 2001 From: Noah Halstead Date: Sun, 16 May 2021 17:44:47 -0400 Subject: [PATCH] Fix 7 and 9 (TL, TR) locations --- examples/doppler-stereo-room/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/doppler-stereo-room/main.go b/examples/doppler-stereo-room/main.go index 2c0fbd7..e3997ac 100644 --- a/examples/doppler-stereo-room/main.go +++ b/examples/doppler-stereo-room/main.go @@ -130,8 +130,8 @@ var directions = map[rune]EventMappedLocation{ '4': {-1.5, 0, -1, 0, SetPoint}, '6': { 1,0, 1.5,0, SetPoint}, // Layout Top Left, Top Right, Bottom Right, Bottom Left - '7': {-0.8, -1.8, -1.8, -1.8, SetPoint}, - '9': {1.8, -1.8, 0.8, -1.8, SetPoint}, + '7': {-1.8, -1.8,-0.8, -1.8, SetPoint}, + '9': {0.8, -1.8,1.8, -1.8, SetPoint}, '1': {-1.8, 1.8, -0.8, 1.8, SetPoint}, '3': {0.8, 1.8, 1.8, 1.8, SetPoint},