summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--library.c1
-rw-r--r--main.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/library.c b/library.c
index 1ff2510..350789a 100644
--- a/library.c
+++ b/library.c
@@ -219,6 +219,7 @@ int sound_mix(
);
if (!r) p->play = 0;
p->cs += r;
+ ui_update_seek(p);
return r * p->channels * 4;
}
diff --git a/main.c b/main.c
index 2b0e763..3a0ebed 100644
--- a/main.c
+++ b/main.c
@@ -234,7 +234,6 @@ int prog_main(void* mem) {
&pctrl->e,
UI_ELEMENT_H_FILL
);
- UIElementAnimate(&seek_slider->e, false);
seek_slider->e.messageUser = seek_msg;
pqueue = UIPanelCreate(&split3->e, UI_PANEL_GRAY);