mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-26 15:27:19 +07:00
Reset after drawing bullet. (#6557)
This commit is contained in:
parent
126baa93d7
commit
c877c3416e
@ -200,6 +200,8 @@ abstract class BulletComp implements Timedc, Damagec, Hitboxc, Teamc, Posc, Draw
|
||||
|
||||
type.draw(self());
|
||||
type.drawLight(self());
|
||||
|
||||
Draw.reset();
|
||||
}
|
||||
|
||||
public void initVel(float angle, float amount){
|
||||
|
Loading…
Reference in New Issue
Block a user