mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 09:40:43 +00:00
#749 Internal viewer Sprite fill color is wrong sometimes: fixed
This commit is contained in:
@@ -213,7 +213,7 @@ public class FileHashMap<K, V> extends AbstractMap<K, V> implements Freed {
|
||||
try {
|
||||
oos.close();
|
||||
} catch (IOException ex) {
|
||||
//ignore
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
return value;
|
||||
|
||||
@@ -476,7 +476,7 @@ public class Helper {
|
||||
}
|
||||
}
|
||||
} catch (IOException ex) {
|
||||
//ignore
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
|
||||
@@ -486,7 +486,7 @@ public class Helper {
|
||||
fos.write(d);
|
||||
}
|
||||
} catch (IOException ex) {
|
||||
//ignore
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -133,7 +133,7 @@ public class SerializableImage implements Serializable {
|
||||
try {
|
||||
ImageHelper.write(image, "png", out);
|
||||
} catch (Exception ex) {
|
||||
//ignore
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library.␍ */
|
||||
* License along with this library.
|
||||
*/
|
||||
package com.jpexs.helpers;
|
||||
|
||||
import java.io.BufferedInputStream;
|
||||
@@ -65,7 +66,7 @@ public class SoundPlayer {
|
||||
wait();
|
||||
}
|
||||
} catch (InterruptedException ex) {
|
||||
//Ignore
|
||||
// Ignore
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user