Remove unused drawing overloads

This commit is contained in:
AllyTally
2023-06-06 16:31:14 -03:00
committed by Misa Elizabeth Kai
parent 254c46b846
commit a6ff75d32e
3 changed files with 3 additions and 151 deletions

View File

@@ -58,7 +58,7 @@ namespace roomname_translator
fullscreen_rect.w = 320;
fullscreen_rect.h = 240;
graphics.set_blendmode(SDL_BLENDMODE_BLEND);
graphics.fill_rect(0, 0, 0, 96);
graphics.fill_rect(graphics.getRGBA(0, 0, 0, 96));
graphics.set_blendmode(SDL_BLENDMODE_NONE);
if (help_screen)
{