mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 20:44:55 +00:00
#1107 Text Offset Incorrect fixed
This commit is contained in:
@@ -2981,7 +2981,7 @@ public class SWFInputStream implements AutoCloseable {
|
||||
GLYPHENTRY ret = new GLYPHENTRY();
|
||||
newDumpLevel(name, "GLYPHENTRY");
|
||||
ret.glyphIndex = (int) readUB(glyphBits, "glyphIndex");
|
||||
ret.glyphAdvance = (int) readUB(advanceBits, "glyphAdvance");
|
||||
ret.glyphAdvance = (int) readSB(advanceBits, "glyphAdvance");
|
||||
endDumpLevel();
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user