iOS fixes

This commit is contained in:
Anuken
2018-07-13 19:50:18 -04:00
parent ab0f8defa4
commit 5f82d575ee
2 changed files with 7 additions and 2 deletions

View File

@@ -31,5 +31,10 @@ public abstract class Decal extends TimedEntity implements BelowLiquidTrait, Dra
return groundEffectGroup;
}
@Override
public float fin() {
return time / lifetime();
}
abstract void drawDecal();
}