mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-04 08:55:11 +00:00
#772: closing loading dialog now cancels the loading of the swf
#762:export pcode with diffren extension
This commit is contained in:
@@ -830,6 +830,10 @@ public class Helper {
|
||||
}
|
||||
|
||||
public static boolean contains(int[] array, int value) {
|
||||
if (array == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
for (int i : array) {
|
||||
if (i == value) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user