mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 05:55:05 +00:00
fix checkstyle
This commit is contained in:
@@ -39,10 +39,10 @@ public class COLORMATRIXFILTER extends FILTER {
|
||||
@SWFType(BasicType.FLOAT)
|
||||
@SWFArray(count = 20)
|
||||
public float[] matrix = new float[] {
|
||||
1,0,0,0,0,
|
||||
0,1,0,0,0,
|
||||
0,0,1,0,0,
|
||||
0,0,0,1,0
|
||||
1, 0, 0, 0, 0,
|
||||
0, 1, 0, 0, 0,
|
||||
0, 0, 1, 0, 0,
|
||||
0, 0, 0, 1, 0
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user