mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-05-28 18:21:20 +00:00
Minor fix for a bug that was causing I8 textures to decode incorrectly
This commit is contained in:
parent
928381f8e4
commit
084ddeadee
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
// Number of pixels * this = number of bytes
|
// Number of pixels * this = number of bytes
|
||||||
static const float gskPixelsToBytes[] = {
|
static const float gskPixelsToBytes[] = {
|
||||||
1.f, 1.f, 2.f, 2.f, 4.f, 4.f, 0.f, 2.f, 4.f, 4.f, 0.5f
|
2.f, 2.f, 2.f, 2.f, 4.f, 4.f, 0.f, 2.f, 4.f, 4.f, 0.5f
|
||||||
};
|
};
|
||||||
|
|
||||||
// Bits per pixel for each GX texture format
|
// Bits per pixel for each GX texture format
|
||||||
|
Loading…
x
Reference in New Issue
Block a user