Skip to content

Commit f79a118

Browse files
committed
teehee
1 parent a6de4d9 commit f79a118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/progressed/entities/bullet/pseudo3d/ArcBulletType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public void updateHoming(Bullet b){
237237
ArcBulletData data = (ArcBulletData)b.data;
238238
Tmp.v31.set(b.vel, data.zVel); //Current velocity
239239

240-
float v2 = Tmp.v31.len2();
240+
float v2 = Tmp.v31.len2(); //TODO take accel into account
241241
Vec2 tZvel = Math3D.homingZVel(b.x, b.y, data.z, target.x(), target.y(), v2, data.gravity); //Find target z vels.
242242

243243
//Two potential target velocities

0 commit comments

Comments
 (0)