mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 02:57:49 +04:00
fpopov thanks
This commit is contained in:
+1
-6
@@ -27,11 +27,6 @@ public class PalParser
|
||||
var indices = new byte[65536];
|
||||
stream.ReadExactly(indices, 0, 65536);
|
||||
|
||||
return new PalFile
|
||||
{
|
||||
FileName = filename,
|
||||
Palette = palette,
|
||||
Indices = indices
|
||||
};
|
||||
return new PalFile(filename, palette, indices);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user