demo: reset stats following initialization #522

This commit is contained in:
nick black 2020-04-28 21:56:51 -04:00
parent c136d27bd5
commit 86b526bdcb
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -522,6 +522,7 @@ int main(int argc, char** argv){
if(notcurses_render(nc)){
goto err;
}
notcurses_reset_stats(nc, NULL);
if(ext_demos(nc, spec, ignore_failures) == NULL){
goto err;
}