Small bugfixes

This commit is contained in:
Anuken
2020-09-22 17:59:37 -04:00
parent f3e08f9cb6
commit 4a02315ee5
6 changed files with 16 additions and 8 deletions
@@ -43,7 +43,7 @@ public class RailBulletType extends BulletType{
@Override
public void update(Bullet b){
if(b.timer(1, 1f)){
if(b.timer(1, 0.9f)){
updateEffect.at(b.x, b.y, b.rotation());
}
}