mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 15:19:20 +00:00
Ignore bitmapId 65535 as fill needed character
This commit is contained in:
@@ -91,6 +91,9 @@ public class FILLSTYLE implements NeedsCharacters, FieldChangeObserver, Serializ
|
||||
|| (fillStyleType == CLIPPED_BITMAP)
|
||||
|| (fillStyleType == NON_SMOOTHED_REPEATING_BITMAP)
|
||||
|| (fillStyleType == NON_SMOOTHED_CLIPPED_BITMAP)) {
|
||||
if (bitmapId == 65535) { //In some cases, this special value is used, but is not used. Ignore it. (#1851)
|
||||
return;
|
||||
}
|
||||
needed.add(bitmapId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user