No ChangeRoute action after 15 s being idle, ver. 3.1.1641
This commit is contained in:
parent
068c51157e
commit
48484e1dbb
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("3.1.1640.0")]
|
||||
[assembly: AssemblyFileVersion("3.1.1640.0")]
|
||||
[assembly: AssemblyVersion("3.1.1641.0")]
|
||||
[assembly: AssemblyFileVersion("3.1.1641.0")]
|
||||
|
||||
@ -375,7 +375,7 @@ namespace TBF.Rig.ControlBoard.Uni
|
||||
}
|
||||
}
|
||||
|
||||
if (!outputsInitialized || RRoute != benchModelRoute || (StateMachine.Time - lastStateMachineTime) >= 15)
|
||||
if (!outputsInitialized || RRoute != benchModelRoute) /// || (StateMachine.Time - lastStateMachineTime) >= 15)
|
||||
{
|
||||
var actionsToModify = actionQueue.Where(x => (x.ActionId == ActionID.ChangeRoute));
|
||||
bool oneModified = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user