diff options
Diffstat (limited to 'khotkeys/shared/sound.h')
| -rw-r--r-- | khotkeys/shared/sound.h | 2 | 
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  | 
