mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Merge branch 'master' of https://github.com/tvdzwan/hyperion
Former-commit-id: cd8dcbef62cb2280d5abd9bbe6624bfb2479a61d
This commit is contained in:
@@ -363,7 +363,7 @@ void Hyperion::clear(int priority)
|
||||
_muxer.clearInput(priority);
|
||||
|
||||
// update leds if necessary
|
||||
if (priority < _muxer.getCurrentPriority());
|
||||
if (priority < _muxer.getCurrentPriority())
|
||||
{
|
||||
update();
|
||||
}
|
||||
|
Reference in New Issue
Block a user