Turned out a tied proeprty can't be used as a user archive, use a different one
This commit is contained in:
parent
86cd525200
commit
e657a53b32
1 changed files with 2 additions and 1 deletions
|
@ -511,7 +511,8 @@ static void fgMainLoop( void ) {
|
||||||
} else {
|
} else {
|
||||||
smgr->stop();
|
smgr->stop();
|
||||||
}
|
}
|
||||||
globals->get_props()->tie("/sim/sound/device", SGRawValueFunctions<const char *>(0, fgSetNewSoundDevice), false);
|
globals->get_props()->tie("/sim/sound/devices/name",
|
||||||
|
SGRawValueFunctions<const char *>(0, fgSetNewSoundDevice), false);
|
||||||
}
|
}
|
||||||
|
|
||||||
fgRequestRedraw();
|
fgRequestRedraw();
|
||||||
|
|
Loading…
Add table
Reference in a new issue