Skip to content

Commit

Permalink
Traktor: Fixed linux Timer.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Feb 13, 2024
1 parent aded41e commit 003cf51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/Core/Timer/Linux/Timer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Timer::Timer()

void Timer::reset()
{
m_last =
m_first = 0.0;
m_last = 0.0;
m_first = getElapsedTime();
}

Expand Down

0 comments on commit 003cf51

Please sign in to comment.