mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
chore(gx): use GxBlend_AlphaKey for GxRs_BlendingMode
This commit is contained in:
parent
2f070a489e
commit
6e1f033e83
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue