mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 20:34:30 +00:00
spelling: compatible
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
242fcf726d
commit
49621808ea
@@ -86,7 +86,7 @@ public class SerializableImage implements Serializable {
|
||||
return image;
|
||||
}
|
||||
|
||||
public BufferedImage getComatibleBufferedImage() {
|
||||
public BufferedImage getCompatibleBufferedImage() {
|
||||
BufferedImage img = getBufferedImage();
|
||||
|
||||
if (GraphicsEnvironment.isHeadless()) { //No GUI, no compatible image
|
||||
|
||||
Reference in New Issue
Block a user