mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
chore(gx): use GxBlend_AlphaKey for GxRs_BlendingMode
This commit is contained in:
parent
2f070a489e
commit
6e1f033e83
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user