mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 04:09:07 +07:00
Fixed #5958
This commit is contained in:
parent
dd7062f0f7
commit
c98eb2edd7
@ -18,6 +18,7 @@ public class MultiEffect extends Effect{
|
||||
@Override
|
||||
public void init(){
|
||||
for(Effect f : effects){
|
||||
f.init();
|
||||
clip = Math.max(clip, f.clip);
|
||||
lifetime = Math.max(lifetime, f.lifetime);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user