Set selected Keyframe to null upon joining a Replay

This commit is contained in:
CrushedPixel
2015-07-20 01:18:06 +02:00
parent a9d7e0f794
commit e9c87b5c8c

View File

@@ -403,6 +403,8 @@ public class ReplayHandler {
KeyframeSet[] paths = currentReplayFile.paths().get();
ReplayHandler.setKeyframeRepository(paths == null ? new KeyframeSet[0] : paths, false);
ReplayHandler.selectKeyframe(null);
List<Keyframe<Marker>> rawMarkerList = currentReplayFile.markers().get();
if (rawMarkerList == null) {
rawMarkerList = Collections.emptyList();