I'm an idiot

This commit is contained in:
StapleButter 2017-09-21 04:09:09 +02:00
parent 48cf9eb805
commit 76c5451ad9
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ void Stop()
uiMenuItemDisable(MenuItem_Stop);
uiMenuItemSetChecked(MenuItem_Pause, 0);
memset(ScreenBuffer, 256*384*4, 0);
memset(ScreenBuffer, 0, 256*384*4);
uiAreaQueueRedrawAll(MainDrawArea);
}