Closed demurgos closed 5 years ago
This commit fixes the TextRecord parsers: the has_offset_x and has_offset_y flags were swapped. It caused the DefineText tag in the hello-world movie to be misparsed.
TextRecord
has_offset_x
has_offset_y
DefineText
hello-world
This commit fixes the
TextRecord
parsers: thehas_offset_x
andhas_offset_y
flags were swapped. It caused theDefineText
tag in thehello-world
movie to be misparsed.