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:
cs-powell
2024-12-17 14:18:53 -05:00
parent 33a4b8eb7e
commit 0eafd83c5b
15 changed files with 267 additions and 75 deletions

View File

@@ -5,7 +5,7 @@ import CognitiveModel.ModelFiles.*;
public class testprocess2 extends testprocess {
public testprocess2(Model m, XPlaneConnect xpc){
super(m, xpc);
super();
}