Skip to content

Commit b060a6e

Browse files
committed
Added missing update of m_lastRunTime
1 parent 9e57ab0 commit b060a6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/devices/networkWrappers/JoypadControlServer/JoypadControlServer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,8 @@ void JoypadControlServer::run()
703703
{
704704
profile();
705705
}
706+
707+
m_lastRunTime = yarp::os::Time::now();
706708
}
707709

708710
bool JoypadControlServer::startService()

0 commit comments

Comments
 (0)