correction of a little bug

This commit is contained in:
Léo 2021-06-16 12:12:46 +02:00
parent 442216436c
commit 4c12669013

View File

@ -198,7 +198,6 @@ public class BlueNormals {
f[0] = standAFrame1(); f[0] = standAFrame1();
f[1] = standAFrame1(); f[1] = standAFrame1();
f[2] = standAFrame1(); f[2] = standAFrame1();
f[3] = standAFrame3();
return(new attackPart(f)); return(new attackPart(f));
} }