Skip to content

Commit

Permalink
Just small adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
estevao authored and estevao committed Mar 16, 2017
1 parent b2d8638 commit de29ca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public int compare(TimeLineAction ta1, TimeLineAction ta2) {
if (SERendererDevice.debugMode){
for (int i = 0; i < timeLineActions.size(); i++)
System.out.println(timeLineActions.get(i).getOccursTime() + ": " + SerialMessage.messageToString(timeLineActions.get(i).getSerialMessage()));
System.out.println("Ready for start...");
System.out.println("Ready to start...");
System.out.println("---");
}
SERendererDevice.timeLine.setActions(timeLineActions, duration);
Expand Down

0 comments on commit de29ca9

Please sign in to comment.