Remove useless function Screen::ClearScreen()

This function does not clear the screen at all, it does absolutely
nothing.
This commit is contained in:
Misa
2020-04-01 16:08:02 -07:00
committed by Ethan Lee
parent 691673ed30
commit e722251ebe
4 changed files with 0 additions and 10 deletions

View File

@@ -274,8 +274,6 @@ int main(int argc, char *argv[])
while(!key.quitProgram)
{
//gameScreen.ClearScreen(0x00);
time = SDL_GetTicks();
// Update network per frame.