iOS fixes
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user