mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
fix bug in 8bpp alpha texture conversion
This commit is contained in:
parent
53c6ebd8ef
commit
e9015f2d3d
@ -1289,7 +1289,7 @@ IDirect3DTexture8 *DXTextureContext::CreateTexture(DXScreenData &scrn) {
|
|||||||
CHECK_FOR_FMT(A8R8G8B8,ConvAlpha8to32);
|
CHECK_FOR_FMT(A8R8G8B8,ConvAlpha8to32);
|
||||||
}
|
}
|
||||||
|
|
||||||
CHECK_FOR_FMT(A8L8,ConvAlpha8to16_4444);
|
CHECK_FOR_FMT(A4R4G4B4,ConvAlpha8to16_4444);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user