This commit is contained in:
Anuken
2019-11-05 15:32:13 -05:00
parent 3e43f5577e
commit 21b7016fb5
5 changed files with 6 additions and 5 deletions
@@ -36,7 +36,7 @@ public class MissileBulletType extends BasicBulletType{
}
if(weaveMag > 0){
b.velocity().rotate(Mathf.sin(Time.time() + b.id * 4422, weaveScale, weaveMag));
b.velocity().rotate(Mathf.sin(Time.time() + b.id * 4422, weaveScale, weaveMag) * Time.delta());
}
}
}