Fix default interpolator handling in keyframe gui and after loading (fixes #64)

This commit is contained in:
Jonas Herzig
2017-05-21 16:29:59 +02:00
parent 391f304c5f
commit f13297c5a5
3 changed files with 4 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ public class SPTimeline implements PathingRegistry {
@Getter
private EntityPositionTracker entityTracker;
private InterpolatorType defaultInterpolatorType = InterpolatorType.fromString("invalid string returns default");
private InterpolatorType defaultInterpolatorType;
public SPTimeline() {
this(createInitialTimeline());