]> git.sesse.net Git - nageru/blobdiff - mainwindow.cpp
Hook up some timers for the Lua theme, and make a more beautiful transition experience.
[nageru] / mainwindow.cpp
index f3c674d269b4b3611e98799f999b2c5a09a48a28..4ac21bfe99d5f220c42eb4b5c17305511f900cb0 100644 (file)
@@ -23,5 +23,5 @@ MainWindow::MainWindow()
 
 void MainWindow::cut()
 {
-       global_mixer->transition_clicked(0, 0.0f);  // FIXME: real values
+       global_mixer->transition_clicked(0);  // FIXME: real value
 }