summaryrefslogtreecommitdiff
path: root/basedProject/src/audioGlitcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'basedProject/src/audioGlitcher.h')
-rw-r--r--basedProject/src/audioGlitcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/basedProject/src/audioGlitcher.h b/basedProject/src/audioGlitcher.h
index 8f48288..130abcf 100644
--- a/basedProject/src/audioGlitcher.h
+++ b/basedProject/src/audioGlitcher.h
@@ -68,7 +68,7 @@ class audioGlitcher {
//transform the low res matrix
float tX=trans_x-.05; //fraction of image
- float tY=trans_y-.04; //fraction of image
+ float tY=trans_y-.08; //fraction of image
float oX=origin_x; //fraction of image
float oY=origin_y; //fraction of image
float s=scale;