mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
fix 241
This commit is contained in:
parent
1cc2f72fa2
commit
30a667c610
@ -526,7 +526,7 @@ LinearColorSmoothing * Hyperion::createColorSmoothing(const Json::Value & smooth
|
||||
device->setEnable(smoothingConfig.get("enable", true).asBool());
|
||||
InfoIf(!device->enabled(), log,"Smoothing disabled");
|
||||
|
||||
assert(device == nullptr);
|
||||
assert(device != nullptr);
|
||||
return device;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user