mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Remove unused drawing overloads
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
254c46b846
commit
a6ff75d32e
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user