Gigantic warning cleanup

This commit is contained in:
CrushedPixel
2015-08-31 17:46:26 +02:00
parent dd1aab16ef
commit 03aead65b6
13 changed files with 31 additions and 20 deletions

View File

@@ -19,6 +19,7 @@ public class GenericLinearInterpolation<T extends KeyframeValue> implements Inte
@Override
public void prepare() {}
@Override
public void addPoint(T point) {
points.add(point);