mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove useless function Screen::ClearScreen()
This function does not clear the screen at all, it does absolutely nothing.
This commit is contained in:
@@ -274,8 +274,6 @@ int main(int argc, char *argv[])
|
||||
|
||||
while(!key.quitProgram)
|
||||
{
|
||||
//gameScreen.ClearScreen(0x00);
|
||||
|
||||
time = SDL_GetTicks();
|
||||
|
||||
// Update network per frame.
|
||||
|
||||
Reference in New Issue
Block a user