summaryrefslogtreecommitdiffstats
path: root/khotkeys/shared/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/shared/sound.h')
-rw-r--r--khotkeys/shared/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/shared/sound.h b/khotkeys/shared/sound.h
index 6453563de..9dca03a99 100644
--- a/khotkeys/shared/sound.h
+++ b/khotkeys/shared/sound.h
@@ -42,7 +42,7 @@ public:
inline float at(int pos) const
{
- return (float)(data.at(pos))/max;
+ return (float)(data.tqat(pos))/max;
}
inline uint fs() const