Remove test song data.

secondmonitor
Joshua Sigona 4 years ago
parent 7b63cd8809
commit a6958f1669
  1. 4
      DivaBot/src/MyRobot.java

@ -97,8 +97,8 @@ public class MyRobot{
} }
lastSongSelectTime = System.currentTimeMillis(); lastSongSelectTime = System.currentTimeMillis();
} else { } else {
selectedSong=new SongData("test",new Color[] {}); /*selectedSong=new SongData("test",new Color[] {});
difficulty="EXEX"; difficulty="EXEX";*/
if ((selectedSong!=null && difficulty!=null) /*|| true*/) { if ((selectedSong!=null && difficulty!=null) /*|| true*/) {
//Look for the results screen. //Look for the results screen.
//602,217 254,254,254 //602,217 254,254,254

Loading…
Cancel
Save