chore(gx): use GxBlend_AlphaKey for GxRs_BlendingMode

This commit is contained in:
VDm 2025-03-29 22:45:31 +04:00
parent 2f070a489e
commit 6e1f033e83

View File

@ -333,7 +333,7 @@ void CGxDevice::ICursorDraw() {
// Turn off everything
GxRsSet(GxRs_PolygonOffset, 0);
GxRsSet(GxRs_NormalizeNormals, 0);
GxRsSet(GxRs_BlendingMode, 1);
GxRsSet(GxRs_BlendingMode, GxBlend_AlphaKey);
GxRsSetAlphaRef();
GxRsSet(GxRs_Lighting, 0);
GxRsSet(GxRs_Fog, 0);