wtf
This commit is contained in:
parent
15057b4d79
commit
b933dd78d5
|
@ -43,7 +43,7 @@ public abstract class Mover {
|
|||
}
|
||||
|
||||
protected final double getT(int time) {
|
||||
return (time - startT) / totalT;
|
||||
return ((double)time - startT) / totalT;
|
||||
}
|
||||
|
||||
public abstract double[] getPointAt(int time);
|
||||
|
|
Loading…
Reference in New Issue
Block a user