Somehow fixed the problem with the timer activating too soon by changing the timer start to when it is in the "inner process" of the main method
This commit is contained in:
@@ -5,7 +5,7 @@ import CognitiveModel.ModelFiles.*;
|
||||
public class testprocess2 extends testprocess {
|
||||
|
||||
public testprocess2(Model m, XPlaneConnect xpc){
|
||||
super(m, xpc);
|
||||
super();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user