summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-01-06 14:17:02 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-01-06 14:17:02 (GMT)
commitf2c73d3c7a7c218949ba9fb722068767cd174d43 (patch)
tree885a077f6a905d102ffeddfb1a07d797da0b1ad0
parent7bab6bcb7600a09b224e3f1beb7972d44ebee756 (diff)
downloadTASS-f2c73d3c7a7c218949ba9fb722068767cd174d43.zip
TASS-f2c73d3c7a7c218949ba9fb722068767cd174d43.tar.gz
TASS-f2c73d3c7a7c218949ba9fb722068767cd174d43.tar.bz2
Since we 'swapped' our true/falseness of our drawing routine, this can return to it's original state. Shame on us for even concider changing it.
-rw-r--r--Graphic_Equalizer/src/fft.hcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphic_Equalizer/src/fft.hcc b/Graphic_Equalizer/src/fft.hcc
index d7473b5..81098c0 100644
--- a/Graphic_Equalizer/src/fft.hcc
+++ b/Graphic_Equalizer/src/fft.hcc
@@ -472,7 +472,7 @@ void equalize_audio(audiodata_t *audiodata)
#endif
p = (p<q) ? q : p; // This is done to get the best visual frequency result
- if (!audiodata->display_log)
+ if (audiodata->display_log)
{
bit=126;