mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-05 22:35:42 +00:00
Fix the quick and dirty fix.
This commit is contained in:
parent
5d49ab42af
commit
1bcd9c82b2
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ std::vector<CYSFReflector*>& CReflectors::current()
|
|||
m_current.clear();
|
||||
|
||||
for (std::vector<CYSFReflector*>::iterator it = m_reflectors.begin(); it != m_reflectors.end(); ++it) {
|
||||
// if ((*it)->m_timer.isRunning() && !(*it)->m_timer.hasExpired())
|
||||
if ((*it)->m_timer.isRunning())
|
||||
m_current.push_back(*it);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue