The display_song_name function was incorrectly not setting its combiner mode prior to drawing the display. This doesn't cause any problems in current Dev, however if other functions were to change the combiner mode prior to display_song_name being called, it can cause graphical glitches in the song name display. This PR fixes this by explicitly setting the combiner mode prior to drawing the song display.
This issue occurred on my branch with the enemy minimap tracker changing the combiner mode to PRIMTIVE, PRIMITIVE, prior to display_song_name being called. In this case it would cause the song display to appear as a complete white box as shown in the screenshot below.
The display_song_name function was incorrectly not setting its combiner mode prior to drawing the display. This doesn't cause any problems in current Dev, however if other functions were to change the combiner mode prior to display_song_name being called, it can cause graphical glitches in the song name display. This PR fixes this by explicitly setting the combiner mode prior to drawing the song display.
This issue occurred on my branch with the enemy minimap tracker changing the combiner mode to PRIMTIVE, PRIMITIVE, prior to display_song_name being called. In this case it would cause the song display to appear as a complete white box as shown in the screenshot below.