Added proper toString Method to TimestampValue for easier debugging
This commit is contained in:
@@ -29,4 +29,9 @@ public class TimestampValue implements KeyframeValue {
|
|||||||
public Interpolation getCubicInterpolator() {
|
public Interpolation getCubicInterpolator() {
|
||||||
return new GenericSplineInterpolation<TimestampValue>();
|
return new GenericSplineInterpolation<TimestampValue>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "TimestampValue: "+asInt();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user