summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXANTRONIX Development2022-02-20 00:36:00 -0500
committerXANTRONIX Development2022-02-20 00:36:00 -0500
commit83580dde698999bf02f7a6ecb3b4276acf079e89 (patch)
tree5631074a2a02221711035c065881064b2e6277c2
parent92ab0c12f3d5602e03e15ab79d1b9dc2247f3bc7 (diff)
downloadxas-83580dde698999bf02f7a6ecb3b4276acf079e89.tar.gz
xas-83580dde698999bf02f7a6ecb3b4276acf079e89.tar.bz2
xas-83580dde698999bf02f7a6ecb3b4276acf079e89.zip
Reposition synth 5.2 metres to the right
-rw-r--r--examples/spatial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/spatial.c b/examples/spatial.c
index 016eeee..6aca4ff 100644
--- a/examples/spatial.c
+++ b/examples/spatial.c
@@ -118,7 +118,7 @@ int main(int argc, char **argv) {
}
if (xas_spatial_scene_add_object(scene,
- (xas_spatial_coord){ 0.0, 0.0, 1.0 },
+ (xas_spatial_coord){ 5.2, 0.0, 0.0 },
synth) == NULL) {
goto error_spatial_scene_add_object;
}