]> ruin.nu Git - moosique.git/blobdiff - MooTrackView.java
Fixed a play thread that almost works
[moosique.git] / MooTrackView.java
index 81384425b7289063262d4968546aab0033cdfb6b..c7850fe65b2eb4aeaed77d5d2f4b96028086641a 100644 (file)
@@ -59,7 +59,7 @@ public class MooTrackView extends JPanel implements ActionListener {
        /** 
         * Updates the track view.
         */
-       public void update() {
+       public void update(long tickPosition) {
                repaint();
        }