LenaWil / 3dsexplorer

Automatically exported from code.google.com/p/3dsexplorer
0 stars 0 forks source link

wrong icon output #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
in Utils/ImageUtil.cs
at line 215

EncodeTile(8, 8, 0, 0, bmp, fs, pixelFormat);
should be
EncodeTile(8, 8, x, y, bmp, fs, pixelFormat);

Original issue reported on code.google.com by smea...@gmail.com on 5 Jan 2014 at 12:35