corrected a small error in jumpCFrame3
This commit is contained in:
parent
3eaebb27a4
commit
a9ef37eeaf
@ -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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user