Make unsynchronised entry in tracking log on start
This commit is contained in:
parent
05e002cd42
commit
30c038c3c3
1 changed files with 3 additions and 0 deletions
|
@ -190,6 +190,9 @@ REF_Initialise(void)
|
||||||
log_change_threshold = fabs(log_change_threshold);
|
log_change_threshold = fabs(log_change_threshold);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make first entry in tracking log */
|
||||||
|
REF_SetUnsynchronised();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue