IESI: increase update rate slightly
This commit is contained in:
parent
9c0a45045d
commit
5e3db54d8e
1 changed files with 2 additions and 2 deletions
|
@ -210,10 +210,10 @@ setlistener("sim/signals/fdm-initialized", func {
|
|||
});
|
||||
|
||||
var rateApply = func {
|
||||
IESI_update.restart(0.07 * iesi_rate.getValue());
|
||||
IESI_update.restart(0.05 * iesi_rate.getValue());
|
||||
}
|
||||
|
||||
var IESI_update = maketimer(0.07, func {
|
||||
var IESI_update = maketimer(0.05, func {
|
||||
canvas_IESI_base.update();
|
||||
});
|
||||
|
||||
|
|
Reference in a new issue