summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index b2b62a8..ba12df5 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -153,7 +153,7 @@ int main(int argc, char** argv) {
}
// Simulate Visuals
- gpu_simulate_until((float)seek_time);
+ gpu_simulate_until((float)seek_time, g_tracker_score.bpm);
}
#endif /* !defined(STRIP_ALL) */