Fixed a lot of bugs

This commit is contained in:
2015-06-08 11:41:01 +02:00
parent 37b721215c
commit 8766037def
10 changed files with 170 additions and 92 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ public class SongInstance {
for(ButtonInstance i : buttons)
{
if(i.getTime() >= progress)
if(i.getTime() > progress)
{
return b;
}