mirror of
https://github.com/pevans/erc-c.git
synced 2025-08-05 15:25:21 +00:00
Stop delaying by 2 seconds
This commit is contained in:
@@ -180,7 +180,6 @@ void
|
||||
vm_screen_refresh(vm_screen *screen)
|
||||
{
|
||||
SDL_RenderPresent(screen->render);
|
||||
SDL_Delay(2000);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user