diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFont.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFont.java index d209c2947..ae9ae38b6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFont.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFont.java @@ -194,9 +194,9 @@ public class IggyFont extends IggyTag { start_of_char_struct = s.readUI64(); long abs_start_of_char_struct = makeAbsOffset(s, start_of_char_struct); start_of_char_index = s.readUI64(); - long abs_start_of_char_index = makeAbsOffset(s, start_of_char_struct); + long abs_start_of_char_index = makeAbsOffset(s, start_of_char_index); start_of_scale = s.readUI64(); - long abs_start_of_scale = makeAbsOffset(s, start_of_char_struct); + long abs_start_of_scale = makeAbsOffset(s, start_of_scale); kern_count = s.readUI32(); unk_float = new float[5];