mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 15:38:00 +02:00
fixed spacing issue
This commit is contained in:
parent
ffc20b8876
commit
fbdca59d37
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ InterframeTimeGapStats::InterframeTimeGapStats()
|
||||||
_windowMaxGap(0),
|
_windowMaxGap(0),
|
||||||
_newWindowMaxGapAvailable(false)
|
_newWindowMaxGapAvailable(false)
|
||||||
{
|
{
|
||||||
memset(_intervalMaxGaps, 0, TIME_GAP_NUM_INTERVALS_IN_WINDOW*sizeof(quint64));
|
memset(_intervalMaxGaps, 0, TIME_GAP_NUM_INTERVALS_IN_WINDOW * sizeof(quint64));
|
||||||
}
|
}
|
||||||
|
|
||||||
void InterframeTimeGapStats::frameReceived() {
|
void InterframeTimeGapStats::frameReceived() {
|
||||||
|
|
Loading…
Reference in a new issue