]> git.draconx.ca Git - upkg.git/commitdiff
engine: Fix off-by-one in PCX run-length encoder.
authorNick Bowler <nbowler@draconx.ca>
Fri, 11 May 2012 23:39:36 +0000 (19:39 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 11 May 2012 23:43:15 +0000 (19:43 -0400)
Runs of 64 bytes are invalid, but the encoder would emit them anyway
(which get subsequently interpreted as a run of 0).  This obviously
causes some textures to export incorrectly.

We can now export all of UTtech2.utx!


No differences found