Remove debug output for FGCom
This commit is contained in:
parent
68c2ecc40d
commit
90cf137ad8
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@
|
||||||
if(getprop("/sim/fgcom/enabled")) {
|
if(getprop("/sim/fgcom/enabled")) {
|
||||||
setprop("/sim/fgcom/enabled", 0);
|
setprop("/sim/fgcom/enabled", 0);
|
||||||
settimer( func { fgcommand("reinit", props.Node.new({ "subsystem" : "sound" })); }, 0.5 );
|
settimer( func { fgcommand("reinit", props.Node.new({ "subsystem" : "sound" })); }, 0.5 );
|
||||||
settimer( func { setprop("/sim/fgcom/enabled", 1); print("enable fgcom");}, 1 );
|
settimer( func { setprop("/sim/fgcom/enabled", 1); }, 1 );
|
||||||
} else {
|
} else {
|
||||||
fgcommand("reinit", props.Node.new({ "subsystem" : "sound" }));
|
fgcommand("reinit", props.Node.new({ "subsystem" : "sound" }));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue