更新 'src/Network/fgcom.cxx'
This commit is contained in:
parent
9c2f4f46ba
commit
d8ef512d58
@ -581,6 +581,7 @@ void FGCom::shutdown()
|
||||
|
||||
void FGCom::valueChanged(SGPropertyNode *prop)
|
||||
{
|
||||
return;
|
||||
if (prop == _enabled_node) {
|
||||
bool isEnabled = prop->getBoolValue();
|
||||
if (_enabled == isEnabled) {
|
||||
|
Loading…
Reference in New Issue
Block a user