mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 10:41:06 +00:00
countField fix
This commit is contained in:
@@ -25,7 +25,7 @@ import java.io.Serializable;
|
||||
*/
|
||||
public class GLYPHENTRY implements Serializable {
|
||||
|
||||
@SWFType(value = BasicType.UB, countField = "+glyphBits")
|
||||
@SWFType(value = BasicType.UB, countField = "glyphBits")
|
||||
public int glyphIndex;
|
||||
|
||||
@SWFType(value = BasicType.SB, countField = "advanceBits")
|
||||
|
||||
Reference in New Issue
Block a user