Created GuiMarkerTimeline to display Markers again

Created helper methods in ReplayHandler to provide information about MarkerKeyframes
This commit is contained in:
CrushedPixel
2015-07-08 04:46:44 +02:00
parent 5100b63964
commit 901b175efe
6 changed files with 205 additions and 34 deletions

View File

@@ -5,7 +5,7 @@ import lombok.Data;
@Data
@AllArgsConstructor
public final class MarkerKeyframe {
public class MarkerKeyframe {
private int realTimestamp;
private Position position;