elisherer / 3dsexplorer

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

wrong icon output #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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