faster imageToShape

This commit is contained in:
2015-03-17 07:03:56 +01:00
parent 22ad9655c2
commit 2664d692ba
42 changed files with 117 additions and 103 deletions
@@ -730,7 +730,7 @@ public class Configuration {
public static File getPlayerSWC() {
File libsdir = getFlashLibPath();
if (libsdir != null && libsdir.exists()) {
File libs[] = libsdir.listFiles(new FilenameFilter() {
File[] libs = libsdir.listFiles(new FilenameFilter() {
@Override
public boolean accept(File dir, String name) {