mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-16 17:01:53 +00:00
Print the number of threads used by qfvis.
This commit is contained in:
parent
06ab36de3d
commit
fa1514798b
1 changed files with 1 additions and 0 deletions
|
@ -724,6 +724,7 @@ CalcVis (void)
|
|||
{
|
||||
int i;
|
||||
|
||||
printf ("Thread count: %d\n", options.threads);
|
||||
BasePortalVis ();
|
||||
CalcPortalVis ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue