mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 14:15:35 +08:00
Issue #74 Fix CCoreFacadeConfig::allEmpty so it really means "all empty"
This commit is contained in:
@@ -77,7 +77,6 @@ namespace BlackCore
|
|||||||
CCoreFacadeConfig CCoreFacadeConfig::allEmpty()
|
CCoreFacadeConfig CCoreFacadeConfig::allEmpty()
|
||||||
{
|
{
|
||||||
CCoreFacadeConfig cfg = CCoreFacadeConfig();
|
CCoreFacadeConfig cfg = CCoreFacadeConfig();
|
||||||
cfg.m_audio = CCoreFacadeConfig::Local;
|
|
||||||
return cfg;
|
return cfg;
|
||||||
}
|
}
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|||||||
Reference in New Issue
Block a user