corrected a small error in jumpCFrame3

This commit is contained in:
keizaal 2021-06-23 16:25:10 +02:00
parent 3eaebb27a4
commit a9ef37eeaf

View File

@ -1645,7 +1645,7 @@ public class BlueNormals {
private static attackPart blueJumpCrecovery() { private static attackPart blueJumpCrecovery() {
Frame[] f = new Frame[15]; Frame[] f = new Frame[15];
for(int i = 0; i < 5; i++) { for(int i = 0; i < 15; i++) {
f[i] = JumpCFrame3(); f[i] = JumpCFrame3();
} }
return(new attackPart(f)); return(new attackPart(f));