summaryrefslogtreecommitdiff
path: root/cdumb.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdumb.c')
-rw-r--r--cdumb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdumb.c b/cdumb.c
index 9d23239c..644066ea 100644
--- a/cdumb.c
+++ b/cdumb.c
@@ -144,7 +144,7 @@ cdumb_read (char *bytes, int size) {
int length = size / 4;
long ret;
ret = duh_render (renderer, 16, 0, 1, 65536.f / cdumb.info.samplesPerSecond, length, bytes);
- //cdumb.info.position += ret / (float)cdumb.info.samplesPerSecond;
+ cdumb.info.readposition += ret / (float)cdumb.info.samplesPerSecond;
return ret*4;
}