mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 13:07:54 +00:00
Revert "[client] main: increase the ups/fps update rate to once per 100ms"
This reverts commit b877bab48f
.
There is no need for this anymore after the prior commit which removed
this faulty implementation
This commit is contained in:
parent
9b472d62a9
commit
1c8af28f26
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ static int renderThread(void * unused)
|
|||
|
||||
/* start up the fps timer */
|
||||
LGTimer * fpsTimer;
|
||||
if (!lgCreateTimer(100, fpsTimerFn, NULL, &fpsTimer))
|
||||
if (!lgCreateTimer(1000, fpsTimerFn, NULL, &fpsTimer))
|
||||
{
|
||||
DEBUG_ERROR("Failed to create the fps timer");
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue