Include time in status effect draw (#5640)
This commit is contained in:
@@ -154,7 +154,7 @@ abstract class StatusComp implements Posc, Flyingc{
|
||||
|
||||
public void draw(){
|
||||
for(StatusEntry e : statuses){
|
||||
e.effect.draw(self());
|
||||
e.effect.draw(self(), e.time);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user